fix: typo in woodpecker.yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
s3lph 2023-07-23 20:22:56 +02:00
parent 264e9a5dcf
commit ba5b52b15d
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -7,7 +7,7 @@ pipeline:
group: test group: test
commands: commands:
- pip3 install -e .[test] - pip3 install -e .[test]
- python3 -m unittest coverage run --rcfile=setup.cfg -m unittest discover pkgtls_exporter - python3 -m unittest coverage run --rcfile=setup.cfg -m unittest discover tlsrpt_exporter
- python3 -m unittest coverage combine - python3 -m unittest coverage combine
- python3 -m unittest coverage report --rcfile=setup.cfg - python3 -m unittest coverage report --rcfile=setup.cfg
@ -16,7 +16,7 @@ pipeline:
group: test group: test
commands: commands:
- pip3 install -e .[test] - pip3 install -e .[test]
- pycodestyle pkgtls_exporter - pycodestyle tlsrpt_exporter
build_wheel: build_wheel:
image: python:3.11-bookworm image: python:3.11-bookworm