[cicd] fix typo
This commit is contained in:
parent
29cc7017cb
commit
bc22d2c5fc
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -31,5 +31,5 @@ jobs:
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
mv demo/config.py.simple demo/config.py
|
mv demo/config.py.simple demo/config.py
|
||||||
mv test/test_key.pem data/key.pem
|
mv tests/test_key.pem data/key.pem
|
||||||
pytest -vvv
|
pytest -vvv
|
||||||
|
|
|
@ -4,5 +4,5 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- poetry install
|
- poetry install
|
||||||
- mv demo/config.py.simple demo/config.py
|
- mv demo/config.py.simple demo/config.py
|
||||||
- mv test/test_key.pem data/key.pem
|
- mv tests/test_key.pem data/key.pem
|
||||||
- poetry run pytest -vvv
|
- poetry run pytest -vvv
|
||||||
|
|
Loading…
Reference in a new issue