We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9607745 commit 3caa487Copy full SHA for 3caa487
.github/workflows/test-harness.yml
@@ -14,4 +14,4 @@ jobs:
14
with:
15
sdks-to-test: ruby
16
sdk-github-sha: ${{github.event.pull_request.head.sha}}
17
- sdk-capabilities: '{ "Ruby": ["clientCustomData", "v2Config", "variableFeatureId", "allVariables", "allFeatures", "evalReason", "cloudEvalReason", "eventsEvalReason", "variablesFeatureId"]}'
+ sdk-capabilities: '{ "Ruby": ["cloud", "clientCustomData", "v2Config", "variableFeatureId", "allVariables", "allFeatures", "evalReason", "eventsEvalReason", "variablesFeatureId"]}'
0 commit comments