diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d8e723..08025c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,7 @@ jobs: image: ${{ steps.build.outputs.tags }} run: | echo "Testing" + npm ci npm run test lint: runs-on: ubuntu-latest @@ -27,5 +28,6 @@ jobs: image: ${{ steps.build.outputs.tags }} run: | echo "Linting" + npm ci npm run lint