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 c6e2df4 commit a713696Copy full SHA for a713696
.github/workflows/server-node.yml
@@ -40,9 +40,9 @@ jobs:
40
- name: Clone and run contract tests from feat/fdv2 branch
41
run: |
42
mkdir -p /tmp/sdk-test-harness
43
+ git clone https://github.com/launchdarkly/sdk-test-harness.git /tmp/sdk-test-harness
44
cp ./contract-tests/testharness-suppressions-fdv2.txt /tmp/sdk-test-harness/testharness-suppressions-fdv2.txt
45
cd /tmp/sdk-test-harness
- git clone https://github.com/launchdarkly/sdk-test-harness.git .
46
git checkout feat/fdv2
47
go build -o test-harness .
48
./test-harness -url http://localhost:8000 -debug --skip-from=testharness-suppressions-fdv2.txt -stop-service-at-end
0 commit comments