Skip to content

Commit

Permalink
disable example CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 15, 2024
1 parent 4a822bd commit 32ce5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
cache: npm
- name: Audit production dependencies
run: npm audit --omit=dev --omit=optional

unit-test:
strategy:
fail-fast: false
Expand All @@ -45,7 +46,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Unit test affected projects
run: npx nx affected -t unit-test --parallel=3 --coverage.enabled
run: npx nx affected -t unit-test --parallel=3 --verbose --coverage.enabled

e2e:
strategy:
Expand Down

0 comments on commit 32ce5a5

Please sign in to comment.