From 89a92426f7dfdedde746663572b148b314eddcec Mon Sep 17 00:00:00 2001 From: Rich Gwozdz Date: Wed, 14 Feb 2024 13:31:15 -0800 Subject: [PATCH] chore: more workflow config --- .github/workflows/ci-tests.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 5d868e46..69c245e1 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -24,10 +24,13 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v3 + - name: Checkout actions + uses: actions/checkout@v3 with: - fetch-depth: 1 - ref: ${{ github.event.pull_request.head.sha }} + fetch-depth: 0 + - run: | + git checkout -b master origin/master + git checkout - - uses: actions/setup-node@v3 with: