Skip to content

Commit d571d47

Browse files
committed
Give every step a human name
1 parent 5c5d7cc commit d571d47

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/testsuite.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,11 @@ jobs:
3737
fail-fast: false
3838

3939
steps:
40-
- uses: "actions/checkout@v2"
41-
- uses: "actions/setup-python@v2"
40+
- name: "Check out the repo"
41+
uses: "actions/checkout@v2"
42+
43+
- name: "Set up Python"
44+
uses: "actions/setup-python@v2"
4245
with:
4346
python-version: "${{ matrix.python-version }}"
4447

0 commit comments

Comments
 (0)