Skip to content

Commit

Permalink
TEST - remove all node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Oct 5, 2023
1 parent a4dfb60 commit 15c50de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/local-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
regression-testing:
runs-on: ubuntu-latest
environment: dev
container:
image: cypress/browsers:node18.12.0-chrome106-ff106
options: --user 1001
env:
# Container Related ENV
ENV: TESTING
Expand Down Expand Up @@ -74,7 +71,7 @@ jobs:
run: sudo npm install

- name: remove node_modules/.bin
run: sudo rm -rf /home/runner/work/FAC/FAC/backend/node_modules/.bin
run: sudo rm -rf /home/runner/work/FAC/FAC/backend/node_modules/

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

0 comments on commit 15c50de

Please sign in to comment.