File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
# ################
50
50
# Run Unit Tests
51
51
# ################
52
- - label : " 🧪 Unit Tests"
52
+ - label : " 🔬 Unit Tests"
53
53
command : " .buildkite/commands/run-unit-tests.sh"
54
54
depends_on : " build"
55
55
env : *common_env
75
75
# ################
76
76
# UI Tests
77
77
# ################
78
- - label : " 🧪 UI Tests (iPhone)"
78
+ - label : " 🔬 UI Tests (iPhone)"
79
79
command : .buildkite/commands/run-ui-tests.sh WordPressUITests 'iPhone 13' 15.0
80
80
depends_on : " build"
81
81
env : *common_env
86
86
- github_commit_status :
87
87
context : " UI Tests (iPhone)"
88
88
89
- - label : " 🧪 UI Tests (iPad)"
89
+ - label : " 🔬 UI Tests (iPad)"
90
90
command : .buildkite/commands/run-ui-tests.sh WordPressUITests "iPad Air (4th generation)" 15.0
91
91
depends_on : " build"
92
92
env : *common_env
You can’t perform that action at this time.
0 commit comments