Skip to content

Commit

Permalink
install dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Mar 14, 2024
1 parent 272dc77 commit fa550ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
image: ${{ steps.build.outputs.tags }}
run: |
echo "Testing"
npm ci
npm run test
lint:
runs-on: ubuntu-latest
Expand All @@ -27,5 +28,6 @@ jobs:
image: ${{ steps.build.outputs.tags }}
run: |
echo "Linting"
npm ci
npm run lint

0 comments on commit fa550ce

Please sign in to comment.