Skip to content

Commit

Permalink
temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Jun 6, 2024
1 parent 8a4d923 commit 96f678e
Show file tree
Hide file tree
Showing 169 changed files with 10 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/actions/ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ runs:
6.0
7.0
- name: Restore Workloads
shell: bash
run: dotnet workload restore ${{ inputs.project_file }}

- name: Restore Dependencies
shell: bash
run: dotnet restore ${{ inputs.project_file }}
Expand All @@ -31,4 +35,4 @@ runs:
shell: bash
run: |
dotnet restore ${{ inputs.test_project_file }}
dotnet test --framework=net6.0 ${{ inputs.test_project_file }}
dotnet test --framework=net6.0 ${{ inputs.test_project_file }}
1 change: 1 addition & 0 deletions .github/actions/contract-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ runs:
uses: launchdarkly/gh-actions/actions/[email protected]
with:
test_service_port: 8000
extra_params: '--status-timeout=60'
token: ${{ inputs.token }}
5 changes: 3 additions & 2 deletions .github/workflows/sdk-client-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,20 @@ on:
paths-ignore:
- '**.md'

# TODO: Figure out mechanism to skip iOS framework on ubuntu and windows and re-add ubuntu and windows
jobs:
build-and-test:
strategy:
matrix:
os: [ubuntu-latest]
os: [macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/ci
with:
project_file: pkgs/sdk/client/src/LaunchDarkly.ClientSdk.csproj
test_project_file: pkgs/sdk/client/test/LaunchDarkly.ClientSdk.Tests.csproj
test_project_file: pkgs/sdk/client/test/LaunchDarkly.ClientSdk.Tests/LaunchDarkly.ClientSdk.Tests.csproj

- uses: ./.github/actions/contract-tests
with:
Expand Down
2 changes: 1 addition & 1 deletion pkgs/sdk/client/contract-tests/TestService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\src\LaunchDarkly.ClientSdk\LaunchDarkly.ClientSdk.csproj" />
<ProjectReference Include="..\src\LaunchDarkly.ClientSdk.csproj" />
</ItemGroup>

</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 96f678e

Please sign in to comment.