File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ permissions:
3232
3333jobs :
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
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ permissions: {}
7171
7272jobs :
7373 build-push :
74- name : 1. 🛠️
74+ name : 🛠️
7575 uses : ./.github/workflows/wc-build-push.yml
7676 permissions :
7777 actions : read
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
You can’t perform that action at this time.
0 commit comments