File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
.github/actions/contract-tests Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 5858 with :
5959 go-version : ' 1.21'
6060
61+ - name : Launch Contract Tests FDv2 Flavor
62+ id : launch-contract-tests
63+ shell : bash
64+ run : dotnet ${{ inputs.service_dll_file }} > test-service.log 2>&1 & disown
65+
6166 - name : Clone and run contract tests from feat/fdv2 branch
6267 if : inputs.run_fdv2_tests == 'true'
6368 shell : bash
6873 cd /tmp/sdk-test-harness
6974 git checkout feat/fdv2
7075 go build -o test-harness .
71- ./test-harness -url http://localhost:8000 -debug --skip-from=testharness-suppressions-fdv2.txt
76+ ./test-harness -url http://localhost:8000 -debug --skip-from=testharness-suppressions-fdv2.txt --stop-service-at-end
7277 env :
7378 GITHUB_TOKEN : ${{ inputs.token }}
You can’t perform that action at this time.
0 commit comments