From b1c59f7204f99a9dcfe5d02fdafd31e6569956bc Mon Sep 17 00:00:00 2001 From: Sebastian Choren Date: Wed, 24 Apr 2024 13:34:16 -0300 Subject: [PATCH] pin playwright version --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 0b4899d..623a209 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -16,7 +16,7 @@ jobs: - name: Install dependencies run: npm ci - name: Install Playwright Browsers - run: npx playwright install --with-deps + run: npx playwright@1.41.1 install --with-deps - name: Run Playwright tests env: TRACETEST_API_TOKEN: ${{secrets.TRACETEST_TOKEN}}