Skip to content

Commit

Permalink
Add test command to CI workflow for improved testing coverage
Browse files Browse the repository at this point in the history
Signed-off-by: worksofliam <[email protected]>
  • Loading branch information
worksofliam committed Jan 16, 2025
1 parent ddbbe1b commit 7b41a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
with:
node-version: 18
- run: npm ci
- run: npm run test
env:
VITE_SERVER: ${{ secrets.VITE_SERVER }}
VITE_DB_USER: ${{ secrets.VITE_DB_USER }}
VITE_DB_PASS: ${{ secrets.VITE_DB_PASS }}
VITE_DB_PORT: ${{ secrets.VITE_DB_PORT }}
- run: npm run test
VITE_DB_PORT: ${{ secrets.VITE_DB_PORT }}

0 comments on commit 7b41a8f

Please sign in to comment.