Skip to content

Commit

Permalink
debug: ci 16
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Apr 18, 2024
1 parent 27ba0b4 commit c06c5ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/test/tests/before-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ go run main.go > /dev/null 2>&1 &
echo $! > SERVER_PID
go run main.go cors > /dev/null 2>&1 &
echo $! > CORS_SERVER_PID
echo "Waiting for servers to start..."
sleep 15
echo "Sleep done"

0 comments on commit c06c5ff

Please sign in to comment.