We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdf6dee + 9a00ac0 commit eae52f3Copy full SHA for eae52f3
1 file changed
.github/workflows/build-test.yml
@@ -28,7 +28,7 @@ jobs:
28
run: dotnet build ./tests/StaticInput.UnitTests/StaticInput.UnitTests.csproj
29
30
- name: Install playwright browsers
31
- 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
32
33
- name: Run tests
34
run: >
0 commit comments