diff --git a/.github/workflows/build-core-template.yml b/.github/workflows/build-core-template.yml index 18b444a99ed..c11807c4dca 100644 --- a/.github/workflows/build-core-template.yml +++ b/.github/workflows/build-core-template.yml @@ -138,7 +138,7 @@ jobs: if: env.BUILD_CONTRACTS == 'true' run: | ci_run cp etc/tokens/{test,localhost}.json - ci_run zkstack dev contracts + ci_run zkstack dev contracts --system-contracts --l1-contracts --l2-contracts - name: Login to Docker registries if: ${{ inputs.action == 'push' }}