Skip to content

Commit bdcaf7c

Browse files
committed
[ci] Nicer names for steps
1 parent 1c7ac59 commit bdcaf7c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v3
2525

26-
- uses: ./.github/actions/setup
26+
- name: Setup Environment
27+
uses: .github/actions/setup
2728

28-
- uses: ./.github/actions/build
29+
- name: Build
30+
uses: .github/actions/build
2931
with:
3032
targetPlatform: 2023-03
3133
pmdCiSecretPassphrase: ${{ secrets.PMD_CI_SECRET_PASSPHRASE }}
@@ -61,9 +63,11 @@ jobs:
6163
- name: Checkout
6264
uses: actions/checkout@v3
6365

64-
- uses: ./.github/actions/setup
66+
- name: Setup Environment
67+
uses: .github/actions/setup
6568

66-
- uses: ./.github/actions/build
69+
- name: Build
70+
uses: .github/actions/build
6771
with:
6872
targetPlatform: ${{ matrix.targetPlatform }}
6973
pmdCiSecretPassphrase: ${{ secrets.PMD_CI_SECRET_PASSPHRASE }}

0 commit comments

Comments
 (0)