From 09ba8f90d0e5e342db5861cd4121f82348aa28bc Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 11 Aug 2024 21:19:22 +0200 Subject: [PATCH] Fix syntax --- .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 d31e46b..277af5e 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 60 runs-on: ubuntu-latest container: - image: docker://mcr.microsoft.com/playwright:v1.34.3-jammy + image: mcr.microsoft.com/playwright:v1.34.3-jammy steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4