Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Oct 20, 2023
1 parent 0596e68 commit 4dd1a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}

0 comments on commit 4dd1a93

Please sign in to comment.