Skip to content

Commit

Permalink
Merge pull request #110 from ava-labs/gstuart/sync-subnet-evm-versions
Browse files Browse the repository at this point in the history
Sync subnet-evm versions in e2e tests
  • Loading branch information
geoff-vball authored Dec 12, 2023
2 parents f974e62 + 7b37513 commit 91e254f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: ava-labs/subnet-evm
ref: v0.5.8 # TODO set with env.SUBNET_EVM_VERSION
ref: ${{ env.SUBNET_EVM_VERSION }}

- name: Install AvalancheGo Release
run: BASEDIR=/tmp/e2e-test AVALANCHEGO_BUILD_PATH=/tmp/e2e-test/avalanchego ./scripts/install_avalanchego_release.sh
Expand Down

0 comments on commit 91e254f

Please sign in to comment.