Skip to content

Commit 33e6985

Browse files
fix message
1 parent e1ac1e4 commit 33e6985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bean-instantiations-startup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Wait for the application to start
5151
run: |
5252
# Configuration variables
53-
RUNNING_MESSAGE="'Artemis is running!'"
53+
RUNNING_MESSAGE="'Artemis' is running!"
5454
STARTUP_TIMEOUT_ATTEMPTS=30
5555
STARTUP_RETRY_INTERVAL=2
5656
STARTUP_TOTAL_TIMEOUT=$((STARTUP_TIMEOUT_ATTEMPTS * STARTUP_RETRY_INTERVAL))

0 commit comments

Comments
 (0)