fix: Update OpenFeature Provider user ID mapping priority and add userId support #170
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: ruby | |
| sdk-github-sha: ${{github.event.pull_request.head.sha}} |