Skip to content

Commit

Permalink
fix(Actions): Fix Test action on Release Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EntraptaJ committed Feb 8, 2021
1 parent 5d819ce commit 082e58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm ci

- name: Run Tests
run: npm run test
run: npm run test:integration

Publish:
name: NPM Publish
Expand Down

0 comments on commit 082e58b

Please sign in to comment.