Skip to content

Commit

Permalink
TEST - install npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Oct 5, 2023
1 parent 70bcf15 commit 535060f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/local-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ jobs:
touch .env
docker compose -f docker-compose-web.yml up -d
- name: chown node_modules
run: chown -R 1001:1001 /home/runner/work/FAC/FAC/backend/node_modules/
- name: install npm dependencies
working-directory: ./backend
run: npm install

- name: Run Cypress full submission test
uses: Wandalen/wretry.action@master
Expand Down

0 comments on commit 535060f

Please sign in to comment.