From 3022a7dd581eb17cf00579c4d0e46ed5668cad6b Mon Sep 17 00:00:00 2001 From: Anu6is Date: Sat, 30 Nov 2024 20:55:15 -0400 Subject: [PATCH] Update build-test.yml --- .github/workflows/build-test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index adf4d60..1bbc36d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -26,9 +26,12 @@ jobs: - name: Build run: dotnet build ./tests/StaticInput.UnitTests/StaticInput.UnitTests.csproj - + + - name: Update Powershell + run: dotnet tool update --global PowerShell + - name: Install playwright browsers - run: pwsh ./tests/StaticInput.UnitTests/bin/Debug/net9.0/playwright.ps1 install --with-deps + run: pwsh ./tests/StaticInput.UnitTests/bin/Debug/net8.0/playwright.ps1 install --with-deps - name: Run tests run: >