Skip to content

Commit

Permalink
TEST - sudo npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Oct 5, 2023
1 parent b08037e commit e8413df
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/local-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,14 @@ jobs:
- name: install npm dependencies
working-directory: ./backend
run: npm install
run: sudo npm install

- name: Run Cypress full submission test
working-directory: ./backend
run: |
npx cypress run
uses: Wandalen/wretry.action@master
with:
action: cypress-io/github-action@v6
with: |
working-directory: ./backend
spec: cypress/e2e/full-submission.cy.js
attempt_limit: 5
attempt_delay: 2000

0 comments on commit e8413df

Please sign in to comment.