Skip to content

Commit 4db0616

Browse files
committed
starting service second time for fdv2 flavor
1 parent 6045675 commit 4db0616

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ runs:
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
@@ -68,6 +73,6 @@ runs:
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 }}

0 commit comments

Comments
 (0)