We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e62cc commit 1714311Copy full SHA for 1714311
.github/workflows/ci.yml
@@ -61,6 +61,23 @@ jobs:
61
test_service_port: 9000
62
token: ${{ secrets.GITHUB_TOKEN }}
63
64
+ - name: start contract test service
65
+ run: make start-contract-test-service-bg
66
+
67
+ - name: Run contract tests v2
68
+ uses: launchdarkly/gh-actions/actions/contract-tests@mk/sdk-1716/opt-to-not-shutdown
69
+ with:
70
+ test_service_port: 9000
71
+ token: ${{ secrets.GITHUB_TOKEN }}
72
+ stop_service: 'false'
73
74
+ - name: Run contract tests v3
75
76
77
78
79
+ version: v3.0.0-alpha.1
80
81
windows:
82
runs-on: windows-latest
83
0 commit comments