We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd9d50 commit 7e97586Copy full SHA for 7e97586
.github/workflows/ci-core-reusable.yml
@@ -283,7 +283,6 @@ jobs:
283
- name: Run gateway
284
if: matrix.use_gateway_chain == 'WITH_GATEWAY'
285
run: |
286
- ci_run zkstack dev config-writer --path etc/env/file_based/overrides/tests/gateway.yaml --chain gateway
287
ci_run zkstack server --ignore-prerequisites --chain gateway &> ${{ env.SERVER_LOGS_DIR }}/gateway.log &
288
ci_run zkstack server wait --ignore-prerequisites --verbose --chain gateway
289
0 commit comments