Skip to content

Commit

Permalink
ci(node): removed double qutoes
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrellRichards committed Sep 19, 2020
1 parent e31c488 commit 20d1586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
run: npm install
- name: Backend Tests
env:
JWT_SECERT="testJWT"
JWT_REFRESH_KEY="testJWT"
JWT_SECERT=testJWT
JWT_REFRESH_KEY=testJWT
run: npm run test:node

0 comments on commit 20d1586

Please sign in to comment.