More complex debugging statement

This commit is contained in:
Luc Perkins 2024-05-20 17:05:47 -03:00
parent 4af5c9618f
commit c9bee1451d
No known key found for this signature in database
GPG Key ID: 16DB1108FB591835

View File

@ -111,7 +111,11 @@ jobs:
- name: Debug
run: |
ls "${{ env.ARTIFACT_PATH }}/flake-checker"
echo "ls just the path:"
ls -la "${{ env.ARTIFACT_PATH }}"
echo "ls the subpath:"
ls -la "${{ env.ARTIFACT_PATH }}/flake-checker"
- name: Test flake-checker-action@source-binary on ${{ matrix.systems.runner }}
uses: DeterminateSystems/flake-checker-action@source-binary