Skip to content

Commit 651dae5

Browse files
committed
chore: Run the FDv2 contract tests in CI
1 parent 3cdea37 commit 651dae5

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/actions/contract-tests/action.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,20 @@ runs:
1919
shell: bash
2020
run: CARGO_FLAGS="${{ inputs.cargo-flags }}" make start-contract-test-service-bg
2121

22-
- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.0.2
22+
- name: Run FDv1 contract tests
23+
uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.3.0
2324
with:
2425
test_service_port: 8000
2526
token: ${{ inputs.token }}
2627
extra_params: "-skip-from ./contract-tests/testharness-suppressions.txt"
28+
enable_persistence_tests: false
29+
stop_service: false
30+
31+
- name: Run FDv2 contract tests
32+
uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.3.0
33+
with:
34+
test_service_port: 8000
35+
token: ${{ inputs.token }}
36+
version: v3
37+
extra_params: "-skip-from ./contract-tests/testharness-suppressions-fdv2.txt"
38+
enable_persistence_tests: false

0 commit comments

Comments
 (0)