mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
env was in the wrong spot
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user