Skip to content

Commit

Permalink
ci: update ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Mar 16, 2023
1 parent 56dde06 commit 449dd52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- run: cd morpheme-app && npx prisma generate

# start app and curl from it
- run: "cd morpheme-app && timeout 30 npm run dev & (sleep 10 && curl --fail localhost:3000)"
# - run: "cd morpheme-app && timeout 30 npm run dev & (sleep 10 && curl --fail localhost:3000)"

# build app, start it in prod mode and curl from it
# - run: "cd morpheme-app && npm run build && timeout 30 npm run preview & (sleep 10 && curl --fail localhost:3000)"
# - run: "cd morpheme-app && npm run build"
- run: "cd morpheme-app && npm run build"

publish:
needs: [testCli, testCodebase]
Expand Down

0 comments on commit 449dd52

Please sign in to comment.