Skip to content

chore: update 'platform' to return 'C#' not including 'Local' / 'Cloud' to match other SDK formats. #311

chore: update 'platform' to return 'C#' not including 'Local' / 'Cloud' to match other SDK formats.

chore: update 'platform' to return 'C#' not including 'Local' / 'Cloud' to match other SDK formats. #311

name: Run Test Harness
on:
pull_request:
branches: [main]
jobs:
harness-tests:
name: Harness Tests
runs-on:
labels: ubuntu-latest-4-core
steps:
- uses: DevCycleHQ/test-harness@main
with:
sdks-to-test: dotnet
sdk-github-sha: ${{github.event.pull_request.head.sha}}
github-token: ${{ secrets.TEST_HARNESS_GH_SECRET }}