From f7d0fc11fc0acd2a8c965acbe5ea61abd3d8ce3d Mon Sep 17 00:00:00 2001 From: Andrei Malashkin Date: Tue, 10 Sep 2024 09:46:23 +0200 Subject: [PATCH 1/5] minor change to trigger CI --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 1892b926..31e5c843 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.2 +1.3.3 From a7e7f3fb5f12f9dc890131df0f4e7e1cadd4576b Mon Sep 17 00:00:00 2001 From: Andrei Malashkin Date: Wed, 11 Sep 2024 14:29:45 +0200 Subject: [PATCH 2/5] log artifact-dir --- .github/workflows/pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 351b2a1b..72945eb3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -170,6 +170,7 @@ jobs: id: strings run: | echo "artifact-dir=$(realpath ${{ github.workspace }}/../artifacts)" >> $GITHUB_OUTPUT + echo "artifact-dir=$(realpath ${{ github.workspace }}/../artifacts)" - name: Download circuits and assignments artifact uses: dawidd6/action-download-artifact@v3 From 4775810b8d29ff630ee8424031b7c1e7b03476e9 Mon Sep 17 00:00:00 2001 From: Andrei Malashkin Date: Thu, 12 Sep 2024 16:00:26 +0200 Subject: [PATCH 3/5] add more logs --- .github/workflows/pull_request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 72945eb3..78bda3e2 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -185,7 +185,9 @@ jobs: - name: Extract circuits and assignments artifact working-directory: ${{ steps.strings.outputs.artifact-dir }} run: | + ls -l -a unzip -o ${{ env.CAA_ARTIFACT_NAME }}.zip + ls -l -a - name: List artifacts working-directory: ${{ steps.strings.outputs.artifact-dir }} From 41d3c5729588632ad32b27f390a34fb95c1fa5fc Mon Sep 17 00:00:00 2001 From: Andrei Malashkin Date: Fri, 13 Sep 2024 11:57:57 +0200 Subject: [PATCH 4/5] add more logs --- .github/workflows/pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 78bda3e2..91ce03ac 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -185,6 +185,7 @@ jobs: - name: Extract circuits and assignments artifact working-directory: ${{ steps.strings.outputs.artifact-dir }} run: | + pwd ls -l -a unzip -o ${{ env.CAA_ARTIFACT_NAME }}.zip ls -l -a From 82a7da2969be792646c56c18401949694a9ca680 Mon Sep 17 00:00:00 2001 From: Andrei Malashkin Date: Fri, 13 Sep 2024 12:04:39 +0200 Subject: [PATCH 5/5] add more logs --- .github/workflows/pull_request.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 91ce03ac..9c580427 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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 }}