Skip to content

Commit

Permalink
Change detection debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Jan 4, 2024
1 parent 0168225 commit 1f53d6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ jobs:
echo "run_tests=true" >> $GITHUB_OUTPUT
fi
- name: debug
run: |
echo $GITHUB_OUTPUT
echo ${{ steps.changed-files.outputs }}
units:
name: Units - ${{ matrix.python-version }}
needs: changed-files
Expand Down

0 comments on commit 1f53d6d

Please sign in to comment.