Skip to content

Commit

Permalink
Update Build & Test step with new script name
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Oct 15, 2023
1 parent be052fd commit 06a9f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
dotnet-version: 7.0.x
- name: Build & Test
run: ./Build/continuous-integration.ps1
run: ./Build/build-and-test.ps1
shell: pwsh
- name: Upoload Coverage Badge
if: github.event_name != 'pull_request' && matrix.os == 'windows-latest'
Expand Down

0 comments on commit 06a9f68

Please sign in to comment.