Skip to content

Commit

Permalink
add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Sep 13, 2024
1 parent 41d3c57 commit 82a7da2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,10 @@ jobs:
- name: List artifacts
working-directory: ${{ steps.strings.outputs.artifact-dir }}
run: find .
run: |
pwd
ls -l -a
find .
- name: Make proofs for pairs
working-directory: ${{ steps.strings.outputs.artifact-dir }}
Expand Down

0 comments on commit 82a7da2

Please sign in to comment.