From 2ee1a36fd7fb6e3e213729686d090fddcc52d4ca Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 18 Oct 2024 15:42:58 +0200 Subject: [PATCH] devops: install only needed deps --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f7bf84eebc..a647f26b38 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: - name: Building run: dotnet build ./src - name: Installing Browsers and dependencies - run: pwsh src/Playwright/bin/Debug/netstandard2.0/playwright.ps1 install --with-deps + run: pwsh src/Playwright/bin/Debug/netstandard2.0/playwright.ps1 install --with-deps ${{ matrix.browser }} - name: Running tests if: matrix.os != 'ubuntu-latest' env: