mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
add nicer names
This commit is contained in:
parent
22ee76066b
commit
8c190b8e92
1 changed files with 7 additions and 4 deletions
11
.github/workflows/standard_tests_jobs.yml
vendored
11
.github/workflows/standard_tests_jobs.yml
vendored
|
|
@ -41,11 +41,14 @@ jobs:
|
|||
PYTHON_VERSION: '3.10'
|
||||
TOXENV: py310
|
||||
steps:
|
||||
- name: checkout
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.0
|
||||
- uses: "./.github/actions/setup_tox"
|
||||
- uses: "./.github/actions/run_tox"
|
||||
- uses: "./.github/actions/upload_coverage"
|
||||
- name: Setup tox
|
||||
uses: "./.github/actions/setup_tox"
|
||||
- name: Run tox
|
||||
uses: "./.github/actions/run_tox"
|
||||
- name: Upload coverage
|
||||
uses: "./.github/actions/upload_coverage"
|
||||
test_sphinx_builds:
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Reference in a new issue