Skip to content

Commit ee6fb0c

Browse files
committed
don't auto skip ineffective steps
1 parent 3fc5c53 commit ee6fb0c

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

src/commands/setup_macos_executor.yml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,7 @@ steps:
3535
source $BASH_ENV
3636
3737
- when:
38-
condition:
39-
and:
40-
- <<parameters.homebrew_cache>>
41-
- or:
42-
- <<parameters.android>>
43-
- <<parameters.detox>>
38+
condition: <<parameters.homebrew_cache>>
4439
steps:
4540
- restore_cache:
4641
key: |
@@ -63,12 +58,7 @@ steps:
6358
command: node --version
6459

6560
- when:
66-
condition:
67-
and:
68-
- <<parameters.homebrew_update>>
69-
- or:
70-
- <<parameters.android>>
71-
- <<parameters.detox>>
61+
condition: <<parameters.homebrew_update>>
7262
steps:
7363
- run:
7464
name: Update brew
@@ -93,12 +83,7 @@ steps:
9383
HOMEBREW_NO_AUTO_UPDATE=1 brew install applesimutils >/dev/null
9484
9585
- when:
96-
condition:
97-
and:
98-
- <<parameters.homebrew_cache>>
99-
- or:
100-
- <<parameters.android>>
101-
- <<parameters.detox>>
86+
condition: <<parameters.homebrew_cache>>
10287
steps:
10388
- save_cache:
10489
paths:

0 commit comments

Comments
 (0)