Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ make dist/app || exit 1
devbox services up -b && \
npx -y wait-on tcp:3000 -t 5s && \
make test
test_exit=$?
Comment thread
robinheghan marked this conversation as resolved.

# shutdown backgrounded app
devbox services stop

exit $test_exit
Loading