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 2990158 commit 0e1bbb6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/check-proof-producer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
run: |
echo "artifact-dir=$(realpath ${{ github.workspace }}/../artifacts)" >> $GITHUB_OUTPUT
echo "artifact-dir=$(realpath ${{ github.workspace }}/../artifacts)"
mkdir -p ${artifact-dir}
mkdir -p ${artifact-dir}/proof-producer/
- name: Download circuits and assignments artifact
uses: dawidd6/action-download-artifact@v3
Expand All @@ -162,7 +162,10 @@ jobs:
- name: List artifacts
working-directory: ${{ steps.strings.outputs.artifact-dir }}/proof-producer/
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 0e1bbb6

Please sign in to comment.