Skip to content

Commit b02bb58

Browse files
committed
ci: more name juggling
1 parent 8639486 commit b02bb58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/wc-acceptance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ permissions:
3232

3333
jobs:
3434
test:
35-
name: 🧪 Acceptance Test
35+
name: Acceptance Test
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1

.github/workflows/wc-build-push-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ permissions: {}
7171

7272
jobs:
7373
build-push:
74-
name: 1. 🛠️
74+
name: 🛠️
7575
uses: ./.github/workflows/wc-build-push.yml
7676
permissions:
7777
actions: read
@@ -92,7 +92,7 @@ jobs:
9292
build-test-runner-labels: ${{ inputs.build-test-runner-labels }}
9393

9494
integration-test:
95-
name: 2. 🧪
95+
name: 🧪
9696
if: ${{ inputs.integration-test-file }}
9797
strategy:
9898
matrix:
@@ -109,7 +109,7 @@ jobs:
109109
runner-labels: ${{ matrix.runner }}
110110

111111
acceptance-test:
112-
name: 3. 🧪
112+
name: 🏗️
113113
if: ${{ inputs.test-devcontainer-file && inputs.acceptance-test-path }}
114114
needs: build-push
115115
uses: ./.github/workflows/wc-acceptance-test.yml

0 commit comments

Comments
 (0)