Skip to content

Commit 726ee7f

Browse files
authored
Merge pull request #21 from 0phois/Anu6is-patch-2
Update build-test.yml
2 parents f126928 + 3022a7d commit 726ee7f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ jobs:
2626

2727
- name: Build
2828
run: dotnet build ./tests/StaticInput.UnitTests/StaticInput.UnitTests.csproj
29-
29+
30+
- name: Update Powershell
31+
run: dotnet tool update --global PowerShell
32+
3033
- name: Install playwright browsers
31-
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
3235

3336
- name: Run tests
3437
run: >

0 commit comments

Comments
 (0)