From 0c8e5853f4603675c5cc07baa1d3af80876bbb2d Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Tue, 6 Feb 2024 11:04:14 -0800 Subject: [PATCH] fixup! ci: remote multiplatform builder --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) 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