From 3c90f24299820ecc94a055d0622b1766fb49ca22 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 11 Aug 2024 21:18:26 +0200 Subject: [PATCH] Run playwright using an image that already has browser dependencies installed --- .github/workflows/playwright.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 051885d..d31e46b 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -8,6 +8,8 @@ jobs: test: timeout-minutes: 60 runs-on: ubuntu-latest + container: + image: docker://mcr.microsoft.com/playwright:v1.34.3-jammy steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4