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