Skip to content

Commit 9df4e73

Browse files
committed
add check that Marinehell actually started
1 parent 856fe95 commit 9df4e73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
mvn -f it/bots/pom.xml package
4747
4848
java -jar it/bots/SittingDuck/target/SittingDuck-*-jar-with-dependencies.jar &
49-
java -jar it/bots/jbwapibot/target/MarineHell-*-jar-with-dependencies.jar
49+
sleep 3
50+
java -jar it/bots/jbwapibot/target/MarineHell-*-jar-with-dependencies.jar | grep "Hello from JBWAPI!" || exit 1

0 commit comments

Comments
 (0)