Skip to content

Commit

Permalink
TEST - Add chown to node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Oct 5, 2023
1 parent 7822072 commit 70bcf15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/local-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +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: Run Cypress full submission test
uses: Wandalen/wretry.action@master
with:
Expand Down

0 comments on commit 70bcf15

Please sign in to comment.