diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 2bc0c06..7b1387f 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -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