Skip to content

Commit 784b5a0

Browse files
committed
Replace build script calls with Invoke-Build in GitHub Actions workflow.
1 parent 464dd82 commit 784b5a0

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-
./build.ps1 -Tasks Build -Configuration Release
34+
Invoke-Build -Tasks Build -Configuration Release
3535
- name: Execute All Tests
3636
shell: pwsh
3737
run: |
38-
./build.ps1 -Tasks TestAll
38+
Invoke-Build -Tasks 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)