Skip to content

Commit

Permalink
use script for installing yarn dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Dec 13, 2024
1 parent 5bd63b9 commit a080473
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a080473

Please sign in to comment.