Skip to content

Commit

Permalink
Fix visionOS test targeting (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai authored Apr 4, 2024
1 parent f7d8619 commit 752a845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ workflows:
- bitrise-run:
title: Run visionOS test if current stack supports it
run_if: |-
{{ and (ne (getenv "BITRISEIO_STACK_ID") "osx-xcode-15.1.x") (ne (getenv "BITRISEIO_STACK_ID") "osx-xcode-15.0.x") (not (envcontain "BITRISEIO_STACK_ID" "osx-xcode-14.")) }}
{{ and (not (envcontain "BITRISEIO_STACK_ID" "osx-xcode-15.0")) (not (envcontain "BITRISEIO_STACK_ID" "osx-xcode-15.1")) (not (envcontain "BITRISEIO_STACK_ID" "osx-xcode-14.")) }}
inputs:
- workflow_id: utility_test_visionOS
- bitrise_config_path: ./e2e/bitrise.yml
Expand Down

0 comments on commit 752a845

Please sign in to comment.