We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87ac1f commit 55b6f81Copy full SHA for 55b6f81
.github/workflows/server-node.yml
@@ -19,9 +19,6 @@ jobs:
19
# Node versions to run on.
20
version: [18, 21]
21
22
- env:
23
- TEST_HARNESS_PARAMS: '--skip-from=./contract-tests/testharness-suppressions.txt'
24
-
25
steps:
26
- uses: actions/checkout@v4
27
- uses: actions/setup-node@v4
@@ -34,5 +31,10 @@ jobs:
34
31
with:
35
32
workspace_name: '@launchdarkly/node-server-sdk'
36
33
workspace_path: packages/sdk/server-node
37
- - name: Contract Tests
38
- run: yarn run contract-tests
+ - name: Launch the test service in the background
+ run: yarn run contract-test-service 2>&1 &
+ - uses: launchdarkly/gh-actions/actions/[email protected]
+ with:
+ test_service_port: 8000
39
+ token: ${{ secrets.GITHUB_TOKEN }}
40
+ extra_params: '--skip-from=./contract-tests/testharness-suppressions.txt'
0 commit comments