Skip to content

Commit

Permalink
ci: Change name of task run
Browse files Browse the repository at this point in the history
  • Loading branch information
klerick committed Mar 7, 2024
1 parent 7358e22 commit 47e5a61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ runs:
with:
path: |
node_modules
.nx
.angular
~/.cache/Cypress # needed for the Cypress binary
key: ${{ runner.os }}-npm-dependencies-${{ hashFiles('package-lock.json') }}
- name: Npm install
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
.nx
.angular
key: ${{ runner.os }}-npm-dependencies-${{ hashFiles('package-lock.json') }}
# - run: npm nx affected -t e2e-ci --parallel=1
# - run: npm nx affected -t deploy --no-agents
run-e2e-test:
runs-on: ubuntu-latest
name: Try run e2e test
Expand Down Expand Up @@ -62,4 +60,4 @@ jobs:
- run: git branch --track main origin/master
- run: npm run typeorm migration:run
- run: npm run seed:run
- run: npx nx affected -t e2e-ci --parallel=1
- run: npx nx affected -t e2e --parallel=1

0 comments on commit 47e5a61

Please sign in to comment.