Skip to content

Commit 842c767

Browse files
committed
fix: small sleep between running and calling script
1 parent f7f8682 commit 842c767

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ runs:
4343
- name: ⟲ Sync
4444
run: |
4545
docker run -d --name ${{ inputs.container-name }} -p ${{ inputs.ogmios-port }}:1337 -v ${{ inputs.db-dir }}:/db ${{ steps.docker-image.outputs.value }}
46+
sleep 3
4647
./scripts/wait-for-sync.sh ${{ inputs.ogmios-port }} 1
4748
shell: bash
4849

0 commit comments

Comments
 (0)