Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
fixing action
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Dec 18, 2023
1 parent df7cb97 commit 23dcb7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,20 @@ runs:
- name: Build Contract Tests
if: inputs.run_tests == 'true'
shell: bash
run: dotnet build contract-tests/TestService.csproj

- name: Run Contract Tests
if: inputs.run_tests == 'true'
shell: bash
run: |
dotnet contract-tests/bin/release/net7.0/ContractTestService.dll > test-service.log 2>&1 & disown
curl -s https://raw.githubusercontent.com/launchdarkly/sdk-test-harness/main/downloader/run.sh | VERSION=v2 PARAMS="-url http://localhost:8000 -debug -stop-service-at-end \
-junit /tmp/circle-reports/contract-tests-junit.xml" sh
- name: Build Test App
if: inputs.run_tests == 'true'
shell: bash
run: |
dotnet build /restore /p:Configuration=release \
tests/LaunchDarkly.ClientSdk.Device.Tests/LaunchDarkly.ClientSdk.Device.Tests.csproj
Expand Down

0 comments on commit 23dcb7b

Please sign in to comment.