From 5f7f2a8f8d217abb2c24f38cb1785ef9f2754cc7 Mon Sep 17 00:00:00 2001 From: Lenny Peters Date: Wed, 18 Dec 2024 20:25:19 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20addressing=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/githubactions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/githubactions.yml b/.github/workflows/githubactions.yml index 668ba50..5ed4d1c 100644 --- a/.github/workflows/githubactions.yml +++ b/.github/workflows/githubactions.yml @@ -90,7 +90,7 @@ jobs: if: steps.npm-cache.outputs.cache-hit != 'true' run: npm install - name: Cypress install - run: npx cypress install + run: npx playwright install --with-deps - name: Run Build run: npm run build - name: Run e2e