Skip to content

Commit

Permalink
ci(github): fix join action (#2218)
Browse files Browse the repository at this point in the history
Fixes invalid github action

issue: #2175
  • Loading branch information
corverroos authored Oct 18, 2024
1 parent e87ca44 commit 3580711
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-join.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
# start halo and geth
docker compose up -d
- name: Wait for sync
run:
run: |
t0=$(date +%s) # Record the start time
while true; do
Expand Down

0 comments on commit 3580711

Please sign in to comment.