Skip to content

Commit c6e2df4

Browse files
committed
wip
1 parent 9e287b4 commit c6e2df4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/server-node.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ jobs:
4040
- name: Clone and run contract tests from feat/fdv2 branch
4141
run: |
4242
mkdir -p /tmp/sdk-test-harness
43+
cp ./contract-tests/testharness-suppressions-fdv2.txt /tmp/sdk-test-harness/testharness-suppressions-fdv2.txt
4344
cd /tmp/sdk-test-harness
4445
git clone https://github.com/launchdarkly/sdk-test-harness.git .
4546
git checkout feat/fdv2
4647
go build -o test-harness .
47-
./test-harness -url http://localhost:8000 -debug --skip-from=./contract-tests/testharness-suppressions-fdv2.txt -stop-service-at-end
48+
./test-harness -url http://localhost:8000 -debug --skip-from=testharness-suppressions-fdv2.txt -stop-service-at-end
4849
env:
4950
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5051
- uses: launchdarkly/gh-actions/actions/[email protected]

0 commit comments

Comments
 (0)