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 54e62cc commit c1064f3Copy full SHA for c1064f3
.github/workflows/ci.yml
@@ -56,10 +56,19 @@ jobs:
56
- name: start contract test service
57
run: make start-contract-test-service-bg
58
59
- - uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1
+ - name: Run contract tests v2
60
+ uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1
61
with:
62
test_service_port: 9000
63
token: ${{ secrets.GITHUB_TOKEN }}
64
+ stop_service: 'false'
65
+
66
+ - name: Run contract tests v3
67
68
+ with:
69
+ test_service_port: 9000
70
+ token: ${{ secrets.GITHUB_TOKEN }}
71
+ version: v3.0.0-alpha.1
72
73
windows:
74
runs-on: windows-latest
0 commit comments