Skip to content

Commit

Permalink
ci: fix the github base ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Falinor committed Nov 13, 2024
1 parent a44204f commit 5a46aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: yarn lint

- name: Test
run: yarn test --since ${GITHUB_BASE_REF} --parallel --include-dependents
run: yarn test --since ${{ github.base_ref }} --parallel --include-dependents
env:
LOG_LEVEL: fatal
REACT_APP_API_URL: http://localhost:3001
Expand Down

0 comments on commit 5a46aa8

Please sign in to comment.