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