Skip to content

Commit

Permalink
ci: ignore unit test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
yociduo committed Dec 23, 2023
1 parent 45af386 commit efc4fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: npm ci
- name: Lint check
run: npm run lint
- name: Unit Test check
run: npm run test
# - name: Unit Test check
# run: npm run test
- name: Building check
run: npm run build-pkg && npm run build-schematics
- name: Unit Test Schematics check
Expand Down

0 comments on commit efc4fc8

Please sign in to comment.