This commit is contained in:
felinae98 2021-11-18 20:00:55 +08:00
parent 4f968c1f16
commit 5b555c4442
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -76,9 +76,6 @@ jobs:
# - run: sed -e '41,45d' -i pyproject.toml
- python/install-packages:
pkg-manager: poetry
- node/run:
app-dir: ./admin-frontend
yarn-run: build
- run:
name: Coverage test
command: poetry run coverage run -m pytest --junitxml=test-results/junit.xml -k 'not compare'