Skip to content

Commit

Permalink
Re-add upgrade tests (ava-labs#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Jun 1, 2023
1 parent 6cff7b6 commit 2cd81c6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Build the avalanchego binary
shell: bash
run: ./scripts/build.sh
# TODO: re-activate this test after there is a compatible tag to use
# - name: Run upgrade tests
# shell: bash
# run: scripts/tests.upgrade.sh 1.9.0 ./build/avalanchego
- name: Run upgrade tests
shell: bash
run: scripts/tests.upgrade.sh 1.10.1 ./build/avalanchego

0 comments on commit 2cd81c6

Please sign in to comment.