From fe173ded8cc30283c7199a5e263a23191f2a1c06 Mon Sep 17 00:00:00 2001 From: Nicolas Brugneaux Date: Fri, 26 Jan 2024 15:53:41 +0100 Subject: [PATCH] ci: use sync rather than rebuild --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b4a10f06..e433294c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -252,7 +252,10 @@ jobs: with: artifacts_to_cache: ${{ needs.install-dependencies.outputs.artifacts_to_cache }} - run: sudo corepack enable yarn - - run: yarn build + - name: Sync workspace + uses: ./.github/actions/sync-workspace + with: + artifacts_to_cache: ${{ needs.install-dependencies.outputs.artifacts_to_cache }} - name: Fail if someone forgot to commit docs run: | yarn docs