Skip to content

Commit d73ed4c

Browse files
9
1 parent b288dbc commit d73ed4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Install PlayWright
3535
- name: Install PlayWright
36-
run: pwsh tests/IntegrationTests/bin/Debug/net8.0/playwright.ps1 install --with-deps
36+
run: pwsh tests/IntegrationTests/bin/Debug/net9.0/playwright.ps1 install --with-deps
3737

3838
# Run tests
3939
- name: Test

0 commit comments

Comments
 (0)