File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments