Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Mar 10, 2024
1 parent e088996 commit 6831212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: cp .env.example .env
- run: npm run test
- run: npm run build
- run: npx concurrently --kill-others "npm run start" "npx wait-on -t 5s http-get://localhost:3001/docs"

0 comments on commit 6831212

Please sign in to comment.