File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1313 with :
1414 path : |
1515 node_modules
16- .nx
17- .angular
1816 ~/.cache/Cypress # needed for the Cypress binary
1917 key : ${{ runner.os }}-npm-dependencies-${{ hashFiles('package-lock.json') }}
2018 - name : Npm install
Original file line number Diff line number Diff line change 2828 .nx
2929 .angular
3030 key : ${{ runner.os }}-npm-dependencies-${{ hashFiles('package-lock.json') }}
31- # - run: npm nx affected -t e2e-ci --parallel=1
32- # - run: npm nx affected -t deploy --no-agents
3331 run-e2e-test :
3432 runs-on : ubuntu-latest
3533 name : Try run e2e test
6260 - run : git branch --track main origin/master
6361 - run : npm run typeorm migration:run
6462 - run : npm run seed:run
65- - run : npx nx affected -t e2e-ci --parallel=1
63+ - run : npx nx affected -t e2e --parallel=1
You can’t perform that action at this time.
0 commit comments