Skip to content

Commit

Permalink
ci: smoke test prod command
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jan 15, 2025
1 parent 337987a commit 5557d47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ jobs:
- run: npm ci
- run: docker compose up -d
working-directory: example
- run: npm run build
working-directory: example
- run: npm start > api.log &
- run: npm run start:prod > api.log &
env:
log: trace
working-directory: example
Expand Down

0 comments on commit 5557d47

Please sign in to comment.