Skip to content

Commit

Permalink
ci: use contract-tests v1.0.2 in sse package
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Oct 1, 2024
1 parent 5f47864 commit 56df5fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ 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.0
- uses: launchdarkly/gh-actions/actions/contract-tests@346636e580d3a19423a2e59c9f09cffe12695f25
with:
repo: 'sse-contract-tests'
branch: 'main'
test_service_port: ${{ env.TEST_SERVICE_PORT }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 56df5fe

Please sign in to comment.