diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index 3c1173932a..206a162bf8 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -289,12 +289,12 @@ jobs: name: External repo compilation report - ${{ matrix.project.repo }} steps: - - name: Checkout - uses: actions/checkout@v4 - with: - repository: ${{ matrix.project.repo }} - path: test-repo - ref: ${{ matrix.project.ref }} + # - name: Checkout + # uses: actions/checkout@v4 + # with: + # repository: ${{ matrix.project.repo }} + # path: test-repo + # ref: ${{ matrix.project.ref }} - name: Download nargo binary uses: actions/download-artifact@v4 @@ -312,17 +312,24 @@ jobs: - uses: actions/checkout@v4 with: - path: test-repo/${{ matrix.project.path }} + # path: test-repo/${{ matrix.project.path }} sparse-checkout: | test_programs/compilation_report.sh sparse-checkout-cone-mode: false + - name: Checkout + uses: actions/checkout@v4 + with: + repository: ${{ matrix.project.repo }} + path: test-repo + ref: ${{ matrix.project.ref }} + - name: Generate compilation report working-directory: ./test-repo/${{ matrix.project.path }} run: | ls . - # mv /home/runner/test_programs/compilation_report.sh ./compilation_report.sh - mv ./test_programs/compilation_report.sh ./compilation_report.sh + mv /home/runner/test_programs/compilation_report.sh ./compilation_report.sh + # mv ./test_programs/compilation_report.sh ./compilation_report.sh chmod +x ./compilation_report.sh ./compilation_report.sh 1