We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 726ee7f + 75e5076 commit 2e491bcCopy full SHA for 2e491bc
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