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 13
13
with :
14
14
path : |
15
15
node_modules
16
- .nx
17
- .angular
18
16
~/.cache/Cypress # needed for the Cypress binary
19
17
key : ${{ runner.os }}-npm-dependencies-${{ hashFiles('package-lock.json') }}
20
18
- name : Npm install
Original file line number Diff line number Diff line change 28
28
.nx
29
29
.angular
30
30
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
33
31
run-e2e-test :
34
32
runs-on : ubuntu-latest
35
33
name : Try run e2e test
62
60
- run : git branch --track main origin/master
63
61
- run : npm run typeorm migration:run
64
62
- 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