Skip to content

Commit

Permalink
debug: ci 7
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Apr 18, 2024
1 parent 4f75d57 commit 9e3be47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/test/tests/before-test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pnpm exec rollup -c rollup.config.js
cd ./server
go run main.go &
go run main.go > /dev/null 2>&1 &
echo $! > SERVER_PID
go run main.go cors &
go run main.go cors > /dev/null 2>&1 &
echo $! > CORS_SERVER_PID
sleep 15

0 comments on commit 9e3be47

Please sign in to comment.