From 8b3f7bc1f14c98927889c373e115a1fe13317bd7 Mon Sep 17 00:00:00 2001 From: Michael Edgar Date: Fri, 6 Sep 2024 09:04:26 -0400 Subject: [PATCH] Determine playwright image tag from the version of playwright in use Signed-off-by: Michael Edgar --- .github/workflows/playwright-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/playwright-tests.yml b/.github/workflows/playwright-tests.yml index ab58f72a5..5afd51d3c 100644 --- a/.github/workflows/playwright-tests.yml +++ b/.github/workflows/playwright-tests.yml @@ -243,7 +243,6 @@ jobs: npm ls playwright --json=true PLAYWRIGHT_VERSION="$(npm ls playwright --json=true | jq -r '.dependencies.playwright.version')" - PLAYWRIGHT_VERSION="1.46.1" docker run --rm \ -v$(pwd):/app:z \