with deps?
Some checks failed
Lint / test (push) Waiting to run
Trivy / test (push) Waiting to run
CI / test (push) Has been cancelled

This commit is contained in:
Miguel Jacq 2026-01-02 10:03:15 +11:00
parent fe58397da7
commit 3ed3a1ebe1
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -3,4 +3,5 @@
set -eo pipefail
# Pytests
poetry run pytest -vvvv --cov=src/cspresso --cov-report=term-missing --disable-warnings
poetry run playwright install --with-deps chromium
poetry run pytest -vvvv --cov=src/cspresso --cov-report=term-missing --disable-warnings