Skip to content

Commit c1064f3

Browse files
committed
chore: Test against both SDK test harness v2 and v3
1 parent 54e62cc commit c1064f3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,19 @@ jobs:
5656
- name: start contract test service
5757
run: make start-contract-test-service-bg
5858

59-
- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1
59+
- name: Run contract tests v2
60+
uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1
6061
with:
6162
test_service_port: 9000
6263
token: ${{ secrets.GITHUB_TOKEN }}
64+
stop_service: 'false'
65+
66+
- name: Run contract tests v3
67+
uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1
68+
with:
69+
test_service_port: 9000
70+
token: ${{ secrets.GITHUB_TOKEN }}
71+
version: v3.0.0-alpha.1
6372

6473
windows:
6574
runs-on: windows-latest

0 commit comments

Comments
 (0)