Skip to content

Commit bcbc034

Browse files
committed
ci: give a name to a step
Otherwise it's displayed using the first line of the run: argument, i.e. like this: > Run # This corresponds with the list in Makefile:1, but omits the "userns" which is a bit confusing. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
1 parent 4a1fbfe commit bcbc034

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Checkout code
1616
uses: actions/checkout@v4
17-
- if: ${{ matrix.go-version == '1.18.x' }}
17+
- name: Set PACKAGES env
18+
if: ${{ matrix.go-version == '1.18.x' }}
1819
run: |
1920
# This corresponds with the list in Makefile:1, but omits the "userns"
2021
# and "capability" modules, which require go1.21 as minimum.

0 commit comments

Comments
 (0)