Skip to content

Commit

Permalink
make tests separately
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolga1452 committed Jul 12, 2023
1 parent 6838d46 commit 93b1d79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
npm install
npm ci
npm run build
- name: Tests
run: npm test
env:
TEST_KEY: ${{secrets.TEST_KEY}}
- name: Publish
run: npm publish --access public
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests

on:
release:
types: [published]
types: [created, edited, deleted]

jobs:
tests:
Expand Down

0 comments on commit 93b1d79

Please sign in to comment.