Skip to content

Commit 27b123a

Browse files
committed
fix: run visionos CI on every PR (#62)
1 parent bb28af3 commit 27b123a

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
@@ -185,6 +185,7 @@ function _computeAndSavePipelineParameters(
185185
const params = {
186186
run_all: false,
187187
run_ios: pipelineType === 'RUN_IOS',
188+
run_visionos: true,
188189
run_android: pipelineType === 'RUN_ANDROID',
189190
run_js: pipelineType === 'RUN_JS',
190191
run_e2e: shouldRunE2E,

0 commit comments

Comments
 (0)