From 869355b1fa7182c5afaaec0ea7e33b2c0c0184a7 Mon Sep 17 00:00:00 2001 From: punkpeye Date: Thu, 25 Aug 2022 20:43:53 -0500 Subject: [PATCH] chore: install playwright --- .github/workflows/feature.yaml | 1 + .github/workflows/main.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/feature.yaml b/.github/workflows/feature.yaml index 538e2cd..410fdb9 100644 --- a/.github/workflows/feature.yaml +++ b/.github/workflows/feature.yaml @@ -48,6 +48,7 @@ jobs: node-version: "18" cache: "npm" - run: npm ci + - run: npx playwright install - run: npm run test timeout-minutes: 10 on: diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 44737c5..15d8abc 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -31,6 +31,7 @@ jobs: node-version: "18" cache: "npm" - run: npm ci + - run: npx playwright install - run: npm run test timeout-minutes: 10 release: