We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3ec3f commit c4b73e5Copy full SHA for c4b73e5
.github/workflows/ContinuousIntegration.yaml
@@ -12,9 +12,9 @@ jobs:
12
- name: Fetch sources
13
uses: actions/checkout@v5
14
- name: Install dependencies
15
- run: ./invoke.ps1 Install
+ run: ./Invoke.ps1 Install
16
- name: Run tests
17
- run: ./invoke.ps1 Test
+ run: ./Invoke.ps1 Test
18
invoke:
19
needs: test
20
runs-on: ${{matrix.platform}}
invoke.ps1 Invoke.ps1invoke.ps1 renamed to Invoke.ps1
start.ps1 Start.ps1start.ps1 renamed to Start.ps1
action.yaml
@@ -21,7 +21,7 @@ runs:
21
steps:
22
- run: Add-Content $Env:GITHUB_PATH ${{github.action_path}}
23
shell: pwsh
24
- - run: start.ps1
+ - run: Start.ps1
25
26
env:
27
SETUP_ANT_OPTIONAL_TASKS: ${{inputs.optional-tasks}}
0 commit comments