Skip to content

Commit

Permalink
Compile before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jun 17, 2021
1 parent 01b4cb2 commit 40247a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ jobs:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test

0 comments on commit 40247a3

Please sign in to comment.