Skip to content

Commit

Permalink
Run tests in CI (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbandes committed Aug 30, 2021
1 parent aff6ed2 commit 43e69b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,6 @@ on:

jobs:
test:
name: lint
runs-on: ubuntu-latest

steps:
Expand All @@ -29,6 +28,7 @@ jobs:
- run: npm install
- run: npm run tsc
- run: npm run lint
- run: npm run test

# publish version tags
- name: npm publish
Expand Down

0 comments on commit 43e69b1

Please sign in to comment.