Skip to content

Commit ea6d789

Browse files
committed
Replace 🧪 with 🔬 as the Buildkite test step emoji
It's been pointed out that the green color could be confused for a sign of success for the step, in particular when the observer is not appropriately caffeinated. Unfortunately, green is the only available color for the test tube emoji. I decide to use `:microscope:` to represent the action of looking at the individual facets of the app's behavior. Fun fact: Buildkite has a page where it shows [all the emojis it supports](https://github.com/buildkite/emojis#emoji-reference), standard and custom.
1 parent a678dad commit ea6d789

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.buildkite/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ steps:
4949
#################
5050
# Run Unit Tests
5151
#################
52-
- label: "🧪 Unit Tests"
52+
- label: "🔬 Unit Tests"
5353
command: ".buildkite/commands/run-unit-tests.sh"
5454
depends_on: "build"
5555
env: *common_env
@@ -75,7 +75,7 @@ steps:
7575
#################
7676
# UI Tests
7777
#################
78-
- label: "🧪 UI Tests (iPhone)"
78+
- label: "🔬 UI Tests (iPhone)"
7979
command: .buildkite/commands/run-ui-tests.sh WordPressUITests 'iPhone 13' 15.0
8080
depends_on: "build"
8181
env: *common_env
@@ -86,7 +86,7 @@ steps:
8686
- github_commit_status:
8787
context: "UI Tests (iPhone)"
8888

89-
- label: "🧪 UI Tests (iPad)"
89+
- label: "🔬 UI Tests (iPad)"
9090
command: .buildkite/commands/run-ui-tests.sh WordPressUITests "iPad Air (4th generation)" 15.0
9191
depends_on: "build"
9292
env: *common_env

0 commit comments

Comments
 (0)