From 6e522d11de12a3d8d6cdeb35115d17d16edf4bdd Mon Sep 17 00:00:00 2001 From: Nils Stolpe Date: Fri, 1 Nov 2024 14:16:42 -0400 Subject: [PATCH] move setup below checkout --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 695a72916..26b6ef3be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,12 +15,14 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: ./.github/actions/setup - name: Checkout branch uses: actions/checkout@v4 with: ref: "main" path: br-base + + - uses: ./.github/actions/setup + - name: Bundle size report uses: nejcm/bundle-size-reporter-action@v1.2.1 with: