File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ jobs:
3838 THOR_IMAGE : vechain/thor:${{ github.sha }}
3939 name : Run Tests
4040 steps :
41- # Main: https://github.com/vechain/thor-e2e-tests/tree/256a22618ae328769ad3a060debdb026e120fd00
41+ # Main: https://github.com/vechain/thor-e2e-tests/tree/bc75a1814361ff987402b6dd0225b44292d2780b
4242 # For release branches, names in the thor and thor-e2e-tests repos should match
4343 - name : Set e2e repo reference
4444 id : set-ref
4545 run : |
4646 # Default fallback commit
47- REF="256a22618ae328769ad3a060debdb026e120fd00 "
47+ REF="bc75a1814361ff987402b6dd0225b44292d2780b "
4848
4949 if [ "${{ github.event_name }}" = "pull_request" ]; then
5050 # For pull_request events, we only look at the PR's base branch
Original file line number Diff line number Diff line change 1212 license :
1313 name : LGPL 3.0
1414 url : https://www.gnu.org/licenses/lgpl-3.0.en.html
15- version : 2.2.2
15+ version : 2.3.0
1616servers :
1717 - url : /
1818 description : Current Node
Original file line number Diff line number Diff line change 1- 2.2.2
1+ 2.3.0
You can’t perform that action at this time.
0 commit comments