Skip to content

Commit

Permalink
bump contract test action version
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Oct 1, 2024
1 parent d060965 commit 828d0a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run_tests: false
- name: 'Launch test service as background task'
run: $TEST_SERVICE_BINARY $TEST_SERVICE_PORT 2>&1 &
- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.0.2
- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.1.0
with:
# Inform the test harness of test service's port.
test_service_port: ${{ env.TEST_SERVICE_PORT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run_tests: false
- name: 'Launch test service as background task'
run: $TEST_SERVICE_BINARY $TEST_SERVICE_PORT 2>&1 &
- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.0.2
- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.1.0
with:
# Inform the test harness of test service's port.
test_service_port: ${{ env.TEST_SERVICE_PORT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run_tests: false
- name: 'Launch test service as background task'
run: $TEST_SERVICE_BINARY $TEST_SERVICE_PORT 2>&1 &
- uses: launchdarkly/gh-actions/actions/contract-tests@346636e580d3a19423a2e59c9f09cffe12695f25
- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.1.0
with:
repo: 'sse-contract-tests'
branch: 'main'
Expand Down

0 comments on commit 828d0a9

Please sign in to comment.