Skip to content

Commit 47e5a61

Browse files
committed
ci: Change name of task run
1 parent 7358e22 commit 47e5a61

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/actions/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ runs:
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

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
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
@@ -62,4 +60,4 @@ jobs:
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

0 commit comments

Comments
 (0)