From d744f5a2a999a0bb06baa5db9f988aa5e1e4d2b8 Mon Sep 17 00:00:00 2001 From: Mathieu Hofman Date: Fri, 12 Jan 2024 17:56:23 +0000 Subject: [PATCH] chore(ci): integration uses synthetic-chain build command --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f86b588743a9..73876a86f7bf 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -237,7 +237,7 @@ jobs: run: yarn install working-directory: a3p-integration - name: build proposals tests - run: yarn synthetic-chain append + run: yarn synthetic-chain build working-directory: a3p-integration - name: run proposals tests run: yarn synthetic-chain test