Skip to content

Commit

Permalink
Update run_ci.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zduny authored Sep 19, 2023
1 parent 2e9a498 commit 449292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mezzenger-tests/run_ci.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
set -e

sleep 1 && chrome --headless http://localhost:3030 &
sleep 1 && chrome --headless --enable-logging http://localhost:3030 &
sleep 1 && ./tests_client &
./tests_server

0 comments on commit 449292a

Please sign in to comment.