Skip to content

Commit

Permalink
Add testing to GitHub CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pcafstockf committed Jun 8, 2020
1 parent 1f7e6e5 commit fadec2b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 327 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test
env:
CI: true
Loading

0 comments on commit fadec2b

Please sign in to comment.