Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld authored May 3, 2024
1 parent 06d14c9 commit 36e8bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/contract-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
run: dotnet ${{ inputs.service_dll_file }} > test-service.log 2>&1 & disown

- name: Run Contract Tests
uses: launchdarkly/gh-actions/actions/contract-tests@2084654c8540515d88e2dc6af2f089f44d4604e7
uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.0.2
with:
test_service_port: 8000
token: ${{ inputs.token }}

0 comments on commit 36e8bf7

Please sign in to comment.