We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Invoke-Build
1 parent 756ad69 commit 4ba4d02Copy full SHA for 4ba4d02
1 file changed
.github/actions/test/action.yml
@@ -31,11 +31,11 @@ runs:
31
- name: Test release build
32
shell: pwsh
33
run: |
34
- Invoke-Build -Tasks Build -Configuration Release
+ Invoke-Build -Task Build -Configuration Release
35
- name: Execute All Tests
36
37
38
- Invoke-Build -Tasks TestAll
+ Invoke-Build -Task TestAll
39
- name: Upload coverage reports to Codecov
40
uses: codecov/codecov-action@v5
41
if: runner.os == 'Linux' && inputs.codecov_token != ''
0 commit comments