Skip to content

Commit

Permalink
Print event name for debug
Browse files Browse the repository at this point in the history
Differential Revision: D65606700
  • Loading branch information
Daniel Cohen authored and facebook-github-bot committed Nov 7, 2024
1 parent 22bd1b2 commit 915fdd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
name: Tests and coverage
run: |
pytest -ra --cov=ax
- name: Print event name
run: echo "Event name: ${{ github.event_name }}"
- if: ${{ !inputs.minimal_dependencies && matrix.python-version == 3.10 }}
# Only upload codecov once per workflow.
name: Upload coverage
Expand Down

0 comments on commit 915fdd9

Please sign in to comment.