Skip to content

Commit

Permalink
Reenabled Jest in GitHub workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <jaid.jsx@gmail.com>
  • Loading branch information
Jaid committed Apr 4, 2021
1 parent 5f4e7d1 commit 7a869a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publishPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: jaid/action-npm-install@master
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
# - name: Jest
# uses: jaid/action-jest@master
# with:
# githubToken: ${{ secrets.GITHUB_TOKEN }}
- name: Jest
uses: jaid/action-jest@master
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
- name: Publish
uses: jaid/action-publish@master
with:
Expand Down

0 comments on commit 7a869a3

Please sign in to comment.