Skip to content

Commit

Permalink
ci(node): added support for backend tests to run on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrellRichards committed Sep 19, 2020
1 parent c2c8c95 commit e31c488
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: Install Packages
run: npm install
- name: Backend Tests
env:
JWT_SECERT="testJWT"
JWT_REFRESH_KEY="testJWT"
run: npm run test:node

0 comments on commit e31c488

Please sign in to comment.