Skip to content

Commit 75e5076

Browse files
authored
Update build-test.yml
1 parent 726ee7f commit 75e5076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: dotnet tool update --global PowerShell
3232

3333
- name: Install playwright browsers
34-
run: pwsh ./tests/StaticInput.UnitTests/bin/Debug/net8.0/playwright.ps1 install --with-deps
34+
run: pwsh ./tests/StaticInput.UnitTests/bin/Debug/net9.0/playwright.ps1 install --with-deps
3535

3636
- name: Run tests
3737
run: >

0 commit comments

Comments
 (0)