Skip to content

Commit

Permalink
Update run_cli.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
zduny committed Sep 19, 2023
1 parent 4d6bd96 commit 066ef4e
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 --enable-logging=stderr --v=1 http://localhost:3030 &
sleep 1 && chrome --headless --enable-logging=stderr --v=1 --disable-gpu http://localhost:3030 &
sleep 1 && ./tests_client &
./tests_server

0 comments on commit 066ef4e

Please sign in to comment.