We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d8619 commit 752a845Copy full SHA for 752a845
e2e/bitrise.yml
@@ -25,7 +25,7 @@ workflows:
25
- bitrise-run:
26
title: Run visionOS test if current stack supports it
27
run_if: |-
28
- {{ 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.")) }}
29
inputs:
30
- workflow_id: utility_test_visionOS
31
- bitrise_config_path: ./e2e/bitrise.yml
0 commit comments