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 f7f8682 commit 842c767Copy full SHA for 842c767
action.yml
@@ -43,6 +43,7 @@ runs:
43
- name: ⟲ Sync
44
run: |
45
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
47
./scripts/wait-for-sync.sh ${{ inputs.ogmios-port }} 1
48
shell: bash
49
0 commit comments