We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01eaf7e + d73ed4c commit f08e4dcCopy full SHA for f08e4dc
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
34
# Install PlayWright
35
- name: Install PlayWright
36
- run: pwsh tests/IntegrationTests/bin/Debug/net8.0/playwright.ps1 install --with-deps
+ run: pwsh tests/IntegrationTests/bin/Debug/net9.0/playwright.ps1 install --with-deps
37
38
# Run tests
39
- name: Test
0 commit comments