Skip to content

Commit

Permalink
chore: enable tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Jun 9, 2023
1 parent 21538ea commit 3a447d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Build package
run: npm run build

# - name: Npm Run Test
# run: npm run test
- name: Npm Run Test
run: npm run test

- name: Deploy on develop branch
if: github.ref == 'refs/heads/develop'
Expand Down

0 comments on commit 3a447d8

Please sign in to comment.