Skip to content

Commit

Permalink
Merge pull request #93 from kavitharaju/dev
Browse files Browse the repository at this point in the history
exclude tests with large files from github actions
  • Loading branch information
joelthe1 authored Nov 3, 2020
2 parents 8bd26ce + 54ec8ad commit 78ab0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 12
- run: npm ci
- run: npm test
- run: npm run test-on-github

publish-npm:
needs: build
Expand Down

0 comments on commit 78ab0fe

Please sign in to comment.