From 4d838a24ccd936d9d9e4459fb5619f06cede35ad Mon Sep 17 00:00:00 2001 From: Maxim Vezenov Date: Tue, 17 Dec 2024 03:04:59 +0000 Subject: [PATCH] correct deps --- .github/workflows/reports.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index 536228f7606..f80d9270a3b 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -587,7 +587,7 @@ jobs: overwrite: true external_repo_execution_report: - needs: [build-nargo] + needs: [build-nargo, external_repo_compilation_report] runs-on: ubuntu-latest timeout-minutes: 30 strategy: @@ -630,6 +630,11 @@ jobs: path: test-repo ref: ${{ matrix.project.ref }} + - name: Get package name + run: | + PACKAGE_NAME=$(basename ${{ matrix.project.path }}) + echo $PACKAGE_NAME + - name: Download program artifacts uses: actions/download-artifact@v4 with: