mirror of
https://github.com/certbot/certbot.git
synced 2026-05-17 03:19:03 -04:00
env was in the wrong spot
This commit is contained in:
parent
6ae862f749
commit
89ccbede6c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/extended_tests_jobs.yml
vendored
4
.github/workflows/extended_tests_jobs.yml
vendored
|
|
@ -7,10 +7,10 @@ permissions:
|
|||
jobs:
|
||||
test:
|
||||
name: '-' # Makes results viewing cleaner
|
||||
env:
|
||||
IMAGE_NAME: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
env:
|
||||
IMAGE_NAME: ubuntu-22.04
|
||||
matrix:
|
||||
PYTHON_VERSION: ['3.14']
|
||||
TOXENV:
|
||||
|
|
|
|||
Loading…
Reference in a new issue