Skip to content

Commit

Permalink
Bump gh action for contract-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Nov 6, 2024
1 parent b1efcf1 commit e76c0c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ runs:
shell: bash
run: make start-contract-test-service-bg

- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.0.2
- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.2.0
if: ${{ !startsWith(inputs.ruby-version, 'jruby') }}
with:
test_service_port: 9000
enable_persistence_tests: true
token: ${{ inputs.token }}

0 comments on commit e76c0c4

Please sign in to comment.