Skip to content

Commit 6045675

Browse files
committed
adding go install step for running contract tests on branch
1 parent 892882e commit 6045675

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/contract-tests/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ runs:
5252
extra_params: '-status-timeout=360 -skip-from=${{ env.SUPPRESSION_FILE }}'
5353
token: ${{ inputs.token }}
5454

55+
- name: Setup Go
56+
if: inputs.run_fdv2_tests == 'true'
57+
uses: actions/setup-go@v5
58+
with:
59+
go-version: '1.21'
60+
5561
- name: Clone and run contract tests from feat/fdv2 branch
5662
if: inputs.run_fdv2_tests == 'true'
5763
shell: bash

0 commit comments

Comments
 (0)