Skip to content

Commit a713696

Browse files
committed
wip
1 parent c6e2df4 commit a713696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/server-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
- name: Clone and run contract tests from feat/fdv2 branch
4141
run: |
4242
mkdir -p /tmp/sdk-test-harness
43+
git clone https://github.com/launchdarkly/sdk-test-harness.git /tmp/sdk-test-harness
4344
cp ./contract-tests/testharness-suppressions-fdv2.txt /tmp/sdk-test-harness/testharness-suppressions-fdv2.txt
4445
cd /tmp/sdk-test-harness
45-
git clone https://github.com/launchdarkly/sdk-test-harness.git .
4646
git checkout feat/fdv2
4747
go build -o test-harness .
4848
./test-harness -url http://localhost:8000 -debug --skip-from=testharness-suppressions-fdv2.txt -stop-service-at-end

0 commit comments

Comments
 (0)