Skip to content

Commit bc64d59

Browse files
Todd AndersonTodd Anderson
authored andcommitted
more tweaks
1 parent 80d7e19 commit bc64d59

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/server-node.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ jobs:
3737
run: yarn contract-test-service-build
3838
- name: Launch the test service in the background
3939
run: yarn contract-test-service 2>&1 &
40-
- uses: launchdarkly/gh-actions/actions/[email protected]
41-
with:
42-
test_service_port: 8000
43-
token: ${{ secrets.GITHUB_TOKEN }}
44-
extra_params: '--skip-from=./contract-tests/testharness-suppressions.txt'
45-
4640
- name: Clone and run contract tests from feat/fdv2 branch
4741
run: |
4842
mkdir -p /tmp/sdk-test-harness
@@ -53,3 +47,8 @@ jobs:
5347
./test-harness -url http://localhost:8000 -debug -stop-service-at-end
5448
env:
5549
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
- uses: launchdarkly/gh-actions/actions/[email protected]
51+
with:
52+
test_service_port: 8000
53+
token: ${{ secrets.GITHUB_TOKEN }}
54+
extra_params: '--skip-from=./contract-tests/testharness-suppressions.txt'

contract-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "Apache-2.0",
1313
"private": true,
1414
"dependencies": {
15-
"@launchdarkly/node-server-sdk": "9.9.2",
15+
"@launchdarkly/node-server-sdk": "*",
1616
"body-parser": "^1.19.0",
1717
"express": "^4.17.1",
1818
"got": "14.4.7"

0 commit comments

Comments
 (0)