Skip to content

Commit

Permalink
Disable tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Sep 30, 2023
1 parent 4057374 commit 5ad3b6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: npm ci --prefer-offline --no-audit
- name: Build affected
run: npm run build
- name: Test affected
run: npm run test
# - name: Test affected
# run: npm run test
- name: Lint affected
run: npm run lint
3 changes: 2 additions & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run cilint
npm run cilint
npm run test

0 comments on commit 5ad3b6b

Please sign in to comment.