Skip to content

Commit 4ba4d02

Browse files
committed
Fix task parameter syntax in Invoke-Build commands.
1 parent 756ad69 commit 4ba4d02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ runs:
3131
- name: Test release build
3232
shell: pwsh
3333
run: |
34-
Invoke-Build -Tasks Build -Configuration Release
34+
Invoke-Build -Task Build -Configuration Release
3535
- name: Execute All Tests
3636
shell: pwsh
3737
run: |
38-
Invoke-Build -Tasks TestAll
38+
Invoke-Build -Task TestAll
3939
- name: Upload coverage reports to Codecov
4040
uses: codecov/codecov-action@v5
4141
if: runner.os == 'Linux' && inputs.codecov_token != ''

0 commit comments

Comments
 (0)