Skip to content

Commit d37d605

Browse files
committed
tweaking when test service is stopped
1 parent 2f4e25d commit d37d605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/server-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
cd /tmp/sdk-test-harness
4646
git checkout feat/fdv2
4747
go build -o test-harness .
48-
./test-harness -url http://localhost:8000 -debug --skip-from=testharness-suppressions-fdv2.txt -stop-service-at-end
48+
./test-harness -url http://localhost:8000 -debug --skip-from=testharness-suppressions-fdv2.txt
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
- uses: launchdarkly/gh-actions/actions/[email protected]
5252
with:
5353
test_service_port: 8000
5454
token: ${{ secrets.GITHUB_TOKEN }}
55-
extra_params: '--skip-from=./contract-tests/testharness-suppressions.txt'
55+
extra_params: '--skip-from=./contract-tests/testharness-suppressions.txt -stop-service-at-end'

0 commit comments

Comments
 (0)