Skip to content

Commit 604cfa0

Browse files
authored
retry test agent start when it fails (#5443)
1 parent 8dc7f96 commit 604cfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/testagent/start/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ runs:
44
using: composite
55
steps:
66
- uses: actions/checkout@v4
7-
- run: docker compose up -d testagent
7+
- run: docker compose up -d testagent || docker compose up -d testagent
88
shell: bash

0 commit comments

Comments
 (0)