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.
2 parents a678dad + ea6d789 commit 0a87420Copy full SHA for 0a87420
1 file changed
.buildkite/pipeline.yml
@@ -49,7 +49,7 @@ steps:
49
#################
50
# Run Unit Tests
51
52
- - label: "🧪 Unit Tests"
+ - label: "🔬 Unit Tests"
53
command: ".buildkite/commands/run-unit-tests.sh"
54
depends_on: "build"
55
env: *common_env
@@ -75,7 +75,7 @@ steps:
75
76
# UI Tests
77
78
- - label: "🧪 UI Tests (iPhone)"
+ - label: "🔬 UI Tests (iPhone)"
79
command: .buildkite/commands/run-ui-tests.sh WordPressUITests 'iPhone 13' 15.0
80
81
@@ -86,7 +86,7 @@ steps:
86
- github_commit_status:
87
context: "UI Tests (iPhone)"
88
89
- - label: "🧪 UI Tests (iPad)"
+ - label: "🔬 UI Tests (iPad)"
90
command: .buildkite/commands/run-ui-tests.sh WordPressUITests "iPad Air (4th generation)" 15.0
91
92
0 commit comments