Skip to content

Commit a05bffe

Browse files
committed
temp
1 parent 442fcba commit a05bffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
if [[ "$status" == "completed" ]]; then
8282
if [[ "$conclusion" == "success" ]]; then
83-
echo " Remote E2E tests completed successfully"
83+
echo "Success: Remote E2E tests completed successfully"
8484
exit 0
8585
else
8686
echo "❌ Remote E2E tests failed with conclusion: $conclusion"

0 commit comments

Comments
 (0)