mirror of
https://github.com/Balshgit/python-poetry.git
synced 2026-02-04 16:40:39 +03:00
add human names to GitHub jobs
This commit is contained in:
3
.github/workflows/poetry-test.yml
vendored
3
.github/workflows/poetry-test.yml
vendored
@@ -12,6 +12,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-poetry:
|
test-poetry:
|
||||||
|
name: pyproject.toml check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
#----------------------------------------------
|
#----------------------------------------------
|
||||||
@@ -59,7 +60,7 @@ jobs:
|
|||||||
poetry run pip install -U pip
|
poetry run pip install -U pip
|
||||||
|
|
||||||
test-docker:
|
test-docker:
|
||||||
name: Run test suite
|
name: Docker build check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user