File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 3737 run : yarn contract-test-service-build
3838 - name : Launch the test service in the background
3939 run : yarn contract-test-service 2>&1 &
40- -
uses :
launchdarkly/gh-actions/actions/[email protected] 41- with :
42- test_service_port : 8000
43- token : ${{ secrets.GITHUB_TOKEN }}
44- extra_params : ' --skip-from=./contract-tests/testharness-suppressions.txt'
45-
4640 - name : Clone and run contract tests from feat/fdv2 branch
4741 run : |
4842 mkdir -p /tmp/sdk-test-harness
5347 ./test-harness -url http://localhost:8000 -debug -stop-service-at-end
5448 env :
5549 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50+ -
uses :
launchdarkly/gh-actions/actions/[email protected] 51+ with :
52+ test_service_port : 8000
53+ token : ${{ secrets.GITHUB_TOKEN }}
54+ extra_params : ' --skip-from=./contract-tests/testharness-suppressions.txt'
Original file line number Diff line number Diff line change 1212 "license" : " Apache-2.0" ,
1313 "private" : true ,
1414 "dependencies" : {
15- "@launchdarkly/node-server-sdk" : " 9.9.2 " ,
15+ "@launchdarkly/node-server-sdk" : " * " ,
1616 "body-parser" : " ^1.19.0" ,
1717 "express" : " ^4.17.1" ,
1818 "got" : " 14.4.7"
You can’t perform that action at this time.
0 commit comments