Skip to content

Commit 0e7b7cd

Browse files
committed
fix: run visionos CI on every PR (#62)
1 parent c366615 commit 0e7b7cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/circleci/pipeline_selection.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ async function _computeAndSavePipelineParameters(pipelineType, outputPath) {
171171
const params = {
172172
run_all: false,
173173
run_ios: pipelineType === 'RUN_IOS',
174+
run_visionos: true,
174175
run_android: pipelineType === 'RUN_ANDROID',
175176
run_js: pipelineType === 'RUN_JS',
176177
run_e2e: pipelineType === 'RUN_E2E' || pipelineType === 'RUN_JS',

0 commit comments

Comments
 (0)