Skip to content

Commit

Permalink
update e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Dec 23, 2022
1 parent 2d60e47 commit febfae4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
go-version: 1.18
- name: Run e2e tests
shell: bash
run: scripts/tests.e2e.sh 1.9.4 1.9.4 0.4.5
run: scripts/tests.e2e.sh
release:
needs: [lint_test, unit_test, e2e_test]
runs-on: ubuntu-20.04
Expand Down
6 changes: 3 additions & 3 deletions scripts/tests.e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ set -e

export RUN_E2E="true"
# e.g.,
# ./scripts/tests.e2e.sh 1.9.4 1.9.4 0.4.5
# ./scripts/tests.e2e.sh 1.9.5 1.9.4 0.4.7
if ! [[ "$0" =~ scripts/tests.e2e.sh ]]; then
echo "must be run from repository root"
exit 255
fi

DEFAULT_VERSION_1=1.9.4
DEFAULT_VERSION_1=1.9.5
DEFAULT_VERSION_2=1.9.4
DEFAULT_SUBNET_EVM_VERSION=0.4.5
DEFAULT_SUBNET_EVM_VERSION=0.4.7

if [ $# == 0 ]; then
VERSION_1=$DEFAULT_VERSION_1
Expand Down

0 comments on commit febfae4

Please sign in to comment.