We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Invoke-Build
1 parent 464dd82 commit 784b5a0Copy full SHA for 784b5a0
1 file changed
.github/actions/test/action.yml
@@ -31,11 +31,11 @@ runs:
31
- name: Test release build
32
shell: pwsh
33
run: |
34
- ./build.ps1 -Tasks Build -Configuration Release
+ Invoke-Build -Tasks Build -Configuration Release
35
- name: Execute All Tests
36
37
38
- ./build.ps1 -Tasks TestAll
+ Invoke-Build -Tasks 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