Skip to content

Commit

Permalink
set CI=false for the github build
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamkou committed Jan 12, 2024
1 parent 6a397af commit 2af3750
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
cache: 'npm'
- run: npm install
- run: npm test
env:
CI: false

0 comments on commit 2af3750

Please sign in to comment.