Skip to content

Commit

Permalink
test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlyJazz committed Aug 12, 2023
1 parent 7fe7453 commit 3b9150d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm ci, build and test
run: |
npm install
npm ci
npm run build --if-present
npm test
env:
CI: true
- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 3b9150d

Please sign in to comment.