From 1fd82767a6a158e5979cde053d2ec2970d1c99a4 Mon Sep 17 00:00:00 2001 From: Marco Munizaga Date: Mon, 20 Mar 2023 14:16:26 -0700 Subject: [PATCH] Install playwright deps --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a6cc7a5f09..16b2e0cd3c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -109,6 +109,7 @@ jobs: with: node-version: lts/* - uses: ipfs/aegir/actions/cache-node-modules@master + - run: npx playwright install-deps - run: npm run --if-present test:webkit - uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # v2.1.0 with: