This commit is contained in:
Jun-te Kim 2026-03-31 10:56:00 +00:00
parent 2ccb6ddbcf
commit 72bf64cd8e

View file

@ -23,4 +23,4 @@ jobs:
docker run --rm \
-e EPC_AUTH_TOKEN=${{ secrets.DEV_EPC_AUTH_TOKEN }} \
-e HUBSPOT_API_KEY=${{ secrets.HUBSPOT_API_KEY }} \
model-test pytest -m 'not integration'
model-test pytest -vv -m 'not integration'