Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguelzamora13 authored Nov 2, 2023
1 parent 2186ac9 commit 3abc343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: publish
env:
NODE_AUTH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: npm run deploy
run: npm run deploy, npm run build --if-present, npm test
- name: Test

on: [push, pull_request]
Expand Down

0 comments on commit 3abc343

Please sign in to comment.