Skip to content

Commit

Permalink
Add extra docker compose pull to ensure latest image (#6400)
Browse files Browse the repository at this point in the history
* Add extra docker compose pull to ensure latest image

* Revert back to sedge run command
  • Loading branch information
kamilchodola committed Dec 20, 2023
1 parent 0415bcf commit 5ac809f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-testnets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
--el-extra-flag JsonRpc.EnabledModules=[Eth,Subscribe,Trace,TxPool,Web3,Personal,Proof,Net,Parity,Health,Rpc,Debug] \
--checkpoint-sync-url=${{ matrix.checkpoint-sync-url }}
echo 'Running sedge...'
docker compose up -d
./build/sedge run -p $GITHUB_WORKSPACE/sedge
- name: Wait for ${{ matrix.network }} to sync
id: wait
Expand Down

0 comments on commit 5ac809f

Please sign in to comment.