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: