Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/test-js-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -719,10 +719,18 @@ jobs:
# Note that we are checking out into a sub-directory, which affects action paths.
path: noir-repo

- name: Resolve pinned aztec-packages commit
id: aztec-commit
# Pin to the same commit the external-repo-checks matrix uses so this job
# compiles against a fixed tree, not a moving `next` HEAD. Bumped in lockstep
# by the `bump-aztec-packages-commit` workflow, which updates this file.
Comment thread
TomAFrench marked this conversation as resolved.
Outdated
run: echo "commit=$(yq '.define' ./noir-repo/EXTERNAL_NOIR_LIBRARIES.yml)" >> "$GITHUB_OUTPUT"

- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
repository: AztecProtocol/aztec-packages
ref: ${{ steps.aztec-commit.outputs.commit }}
path: test-repo

- name: Download nargo binary
Expand Down
Loading