Skip to content

Commit

Permalink
TMP debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Nov 16, 2023
1 parent 8c7a64b commit c5ec633
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- {'python': '3.10', 'latest': false}
- {'python': '3.11', 'latest': true}
steps:
- name: debug
run: |
echo "github.ref: ${{ github.ref }}"
echo "github.event: ${{github.event}}"
- name: 'Checkout repository'
uses: actions/checkout@v4

Expand Down

0 comments on commit c5ec633

Please sign in to comment.