We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f126928 + 3022a7d commit 726ee7fCopy full SHA for 726ee7f
1 file changed
.github/workflows/build-test.yml
@@ -26,9 +26,12 @@ jobs:
26
27
- name: Build
28
run: dotnet build ./tests/StaticInput.UnitTests/StaticInput.UnitTests.csproj
29
-
+
30
+ - name: Update Powershell
31
+ run: dotnet tool update --global PowerShell
32
33
- name: Install playwright browsers
- run: pwsh ./tests/StaticInput.UnitTests/bin/Debug/net9.0/playwright.ps1 install --with-deps
34
+ run: pwsh ./tests/StaticInput.UnitTests/bin/Debug/net8.0/playwright.ps1 install --with-deps
35
36
- name: Run tests
37
run: >
0 commit comments