Skip to content

Commit

Permalink
Attempt to fix GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe committed Apr 5, 2023
1 parent 93f8e0e commit d5f17b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install --force
- run: npm run test:unit
run: |
npm install --force
npm run test:unit
deploy-gh-pages:
needs: run-unit-tests
Expand Down

0 comments on commit d5f17b5

Please sign in to comment.