Skip to content

Commit

Permalink
fix: run visionos CI on every PR (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Mar 6, 2024
1 parent b199b8a commit 0791cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/circleci/pipeline_selection.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ function _computeAndSavePipelineParameters(
const params = {
run_all: false,
run_ios: pipelineType === 'RUN_IOS',
run_visionos: true,
run_android: pipelineType === 'RUN_ANDROID',
run_js: pipelineType === 'RUN_JS',
run_e2e: shouldRunE2E,
Expand Down

0 comments on commit 0791cb9

Please sign in to comment.