From afc9ecd2145fd17975507e6dcf891c0d0b3efd7c Mon Sep 17 00:00:00 2001 From: Nils Stolpe Date: Fri, 1 Nov 2024 14:37:00 -0400 Subject: [PATCH] reorganized some --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 008087d3c..ea5c60019 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,13 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + -name: Checkout + uses: actions/checkout@v4sv + with: + ref: 'test' # branch to compare to + path: br-base # required + token: ${{ secrets.GITHUB_TOKEN }} + - uses: ./.github/actions/setup - name: Bundle size report