Skip to content

Commit

Permalink
feat: updated npm packages and added test run to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
polarn committed Jun 3, 2021
1 parent e1a5aae commit 62b0451
Show file tree
Hide file tree
Showing 3 changed files with 6,819 additions and 11,189 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
node-version: 12
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 62b0451

Please sign in to comment.