Skip to content

Commit

Permalink
fix: env for test job (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
kandhavivekraj authored Oct 1, 2019
1 parent e25928d commit 682bb08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
npm install
npm run build --if-present
npm test
env:
FORCE_COLOR: 2
- name: npm publish
run: |
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
Expand Down

0 comments on commit 682bb08

Please sign in to comment.