Skip to content

Commit e191463

Browse files
committed
added missing conditional
1 parent 552864a commit e191463

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ runs:
5959
go-version: '1.21'
6060

6161
- name: Launch Contract Tests FDv2 Flavor
62+
if: inputs.run_fdv2_tests == 'true'
6263
id: launch-contract-tests-fdv2
6364
shell: bash
6465
run: dotnet ${{ inputs.service_dll_file }} > test-service.log 2>&1 & disown

0 commit comments

Comments
 (0)