Skip to content

Commit

Permalink
workflows: reactivate upgrade tests for v1.9.0 (ava-labs#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuho authored Oct 10, 2022
1 parent 14c410f commit ea98e38
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 @@ -23,7 +23,6 @@ jobs:
- name: Build the avalanchego binaries
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.8.2 ./build/avalanchego
- name: Run upgrade tests
shell: bash
run: scripts/tests.upgrade.sh 1.9.0 ./build/avalanchego

0 comments on commit ea98e38

Please sign in to comment.