From cf647e0c0b6cbffeb14998e30fc535d895f83847 Mon Sep 17 00:00:00 2001 From: literat Date: Thu, 28 Mar 2024 15:47:23 +0100 Subject: [PATCH] fixup! Chore(ci): Use docker image directly by the step --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 158b0b7672..ce6fe2c329 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -64,7 +64,7 @@ jobs: - name: Run Playwright tests uses: docker://mcr.microsoft.com/playwright:v1.42.1-jammy with: - args: yarn playwright test + args: WEBSITE_URL="${{ steps.get-netlify-preview-url.outputs.url }}" yarn playwright test env: WEBSITE_URL: ${{ steps.get-netlify-preview-url.outputs.url }}