Skip to content

Commit 0a87420

Browse files
authored
Update Buildkite test step emoji for enhanced clarity (#17851)
2 parents a678dad + ea6d789 commit 0a87420

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)