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 b1efcf1 commit 638acabCopy full SHA for 638acab
.github/actions/ci/action.yml
@@ -43,8 +43,9 @@ runs:
43
shell: bash
44
run: make start-contract-test-service-bg
45
46
- - uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.0.2
+ - uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.1.0
47
if: ${{ !startsWith(inputs.ruby-version, 'jruby') }}
48
with:
49
test_service_port: 9000
50
+ enable_persistence_tests: true
51
token: ${{ inputs.token }}
0 commit comments