Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakpaul committed Oct 17, 2024
1 parent 3461785 commit b87af3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_tests_from_a_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0

- name: Debug PR Info
run: |
echo "PR Repository: ${{ github.event.pull_request.head.repo.full_name }}"
echo "PR Branch: ${{ github.event.pull_request.head.ref }}"
- name: Install pytest
run: |
Expand Down

0 comments on commit b87af3e

Please sign in to comment.