From 5ac809f33587500b1b78e8a58eefe2e06c7277e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Chodo=C5=82a?= <43241881+kamilchodola@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:26:20 +0100 Subject: [PATCH] Add extra docker compose pull to ensure latest image (#6400) * Add extra docker compose pull to ensure latest image * Revert back to sedge run command --- .github/workflows/sync-testnets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-testnets.yml b/.github/workflows/sync-testnets.yml index 86e56cfbcf0..652be861870 100644 --- a/.github/workflows/sync-testnets.yml +++ b/.github/workflows/sync-testnets.yml @@ -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