diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6531523..2acdd030 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,11 +91,6 @@ jobs: corepack enable || sudo corepack enable yarn install - - name: Build proposal "use" images - run: | - tsx packages/synthetic-chain prepare-build - depot bake use - # Test before pushing the images. - name: Build and run proposal tests run: yarn test