Skip to content

Commit

Permalink
Merge pull request #21 from 0phois/Anu6is-patch-2
Browse files Browse the repository at this point in the history
Update build-test.yml
  • Loading branch information
Anu6is authored Dec 1, 2024
2 parents f126928 + 3022a7d commit 726ee7f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ jobs:

- name: Build
run: dotnet build ./tests/StaticInput.UnitTests/StaticInput.UnitTests.csproj


- name: Update Powershell
run: dotnet tool update --global PowerShell

- name: Install playwright browsers
run: pwsh ./tests/StaticInput.UnitTests/bin/Debug/net9.0/playwright.ps1 install --with-deps
run: pwsh ./tests/StaticInput.UnitTests/bin/Debug/net8.0/playwright.ps1 install --with-deps

- name: Run tests
run: >
Expand Down

0 comments on commit 726ee7f

Please sign in to comment.