Skip to content

Commit

Permalink
Cypress action - npm install legacy peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jordus100 authored Jun 11, 2024
1 parent 805a7a1 commit 50d97d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cypress-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.9.0
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
install-command: npm ci --legacy-peer-deps
start: docker compose -f docker-compose-all.yml up
wait-on: http://localhost:8080/swagger/index.html
wait-on-timeout: 300
Expand Down

0 comments on commit 50d97d0

Please sign in to comment.