We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856fe95 commit 9df4e73Copy full SHA for 9df4e73
.github/workflows/e2e-linux.yml
@@ -46,4 +46,5 @@ jobs:
46
mvn -f it/bots/pom.xml package
47
48
java -jar it/bots/SittingDuck/target/SittingDuck-*-jar-with-dependencies.jar &
49
- java -jar it/bots/jbwapibot/target/MarineHell-*-jar-with-dependencies.jar
+ sleep 3
50
+ java -jar it/bots/jbwapibot/target/MarineHell-*-jar-with-dependencies.jar | grep "Hello from JBWAPI!" || exit 1
0 commit comments