We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726ee7f commit 75e5076Copy full SHA for 75e5076
1 file changed
.github/workflows/build-test.yml
@@ -31,7 +31,7 @@ jobs:
31
run: dotnet tool update --global PowerShell
32
33
- name: Install playwright browsers
34
- run: pwsh ./tests/StaticInput.UnitTests/bin/Debug/net8.0/playwright.ps1 install --with-deps
+ run: pwsh ./tests/StaticInput.UnitTests/bin/Debug/net9.0/playwright.ps1 install --with-deps
35
36
- name: Run tests
37
run: >
0 commit comments