diff --git a/.github/workflows/squad-ci.yml b/.github/workflows/squad-ci.yml index b10abf9..9460abc 100644 --- a/.github/workflows/squad-ci.yml +++ b/.github/workflows/squad-ci.yml @@ -79,6 +79,11 @@ jobs: - name: Build solution run: dotnet build IssueManager.sln --configuration Release --no-restore + - name: Install Playwright Browsers + run: | + dotnet tool update --global Microsoft.Playwright.CLI || dotnet tool install --global Microsoft.Playwright.CLI --ignore-failed-sources + playwright install --with-deps chromium + - name: Run Tests id: run-tests run: |