From a08047373b1e5721b56e7c5466ae8fcebd31d835 Mon Sep 17 00:00:00 2001 From: Maxim Vezenov Date: Fri, 13 Dec 2024 20:03:57 +0000 Subject: [PATCH] use script for installing yarn dep --- .github/workflows/reports.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index eab737d17c2..704aebb96cd 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -388,12 +388,13 @@ jobs: path: test-repo ref: ${{ matrix.project.ref }} + - name: Install Yarn dependencies + working-directory: ./test-repo/${{ matrix.project.path }} + uses: ./.github/actions/setup + - name: Generate compilation report working-directory: ./test-repo/${{ matrix.project.path }} run: | - ls . - ls ./scripts - yarn install chmod +x ./scripts/generate_variants.js node ./scripts/generate_variants.js mv /home/runner/work/noir/noir/scripts/test_programs/compilation_report.sh ./compilation_report.sh