From 4dd1a93adf0723dcb2295d4786cdb346389cd49f Mon Sep 17 00:00:00 2001 From: Alexander Burkut Date: Fri, 20 Oct 2023 15:39:47 +0300 Subject: [PATCH] debug ci --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 52c8869a2..42f6073fa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} - + - name: Fetch merge base commits env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -49,4 +49,4 @@ jobs: - name: Run Changed tests only if: github.event_name == 'pull_request' - run: npx jest --verbose --onlyChanged --changedSince=${{ env.BASE }} + run: npx jest --verbose --onlyChanged --changedSince=${{github.event.pull_request.base.sha }}