Skip to content

Commit 638acab

Browse files
committed
Bump gh action for contract-tests
1 parent b1efcf1 commit 638acab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/ci/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ runs:
4343
shell: bash
4444
run: make start-contract-test-service-bg
4545

46-
- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.0.2
46+
- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.1.0
4747
if: ${{ !startsWith(inputs.ruby-version, 'jruby') }}
4848
with:
4949
test_service_port: 9000
50+
enable_persistence_tests: true
5051
token: ${{ inputs.token }}

0 commit comments

Comments
 (0)