add human names to GitHub jobs

This commit is contained in:
Dmitry Afanasyev 2023-01-18 01:11:58 +03:00
parent 1cfc14112a
commit 1729452170

View File

@ -12,6 +12,7 @@ on:
jobs:
test-poetry:
name: pyproject.toml check
runs-on: ubuntu-latest
steps:
#----------------------------------------------
@ -59,7 +60,7 @@ jobs:
poetry run pip install -U pip
test-docker:
name: Run test suite
name: Docker build check
runs-on: ubuntu-latest
steps:
- name: Checkout code