Skip to content

Commit

Permalink
Add a step to install needed packages in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-robots committed Sep 15, 2023
1 parent 279848e commit dc21154
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cypress_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
NODE_ENV: development
VITE_API_URL: http://localhost:5000

- name: Install E2E packages
working-directory: packages/end-to-end
run: |
npm install
- name: Run E2E test
continue-on-error: true
env:
Expand Down

0 comments on commit dc21154

Please sign in to comment.