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 Jun 24, 2024
1 parent 097c98e commit be7c0e0
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 @@ -171,6 +171,7 @@ async function _computeAndSavePipelineParameters(pipelineType, outputPath) {
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: pipelineType === 'RUN_E2E' || pipelineType === 'RUN_JS',
Expand Down

0 comments on commit be7c0e0

Please sign in to comment.