fix: CI: rm shell redirection
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Aravinth Manivannan 2023-12-31 21:16:18 +05:30
parent 37bef583bf
commit 70810614af
Signed by: realaravinth
GPG key ID: F8F50389936984FF

View file

@ -13,7 +13,7 @@ test:
. venv/bin/activate && \
SITEKEY=$(SITEKEY) SECRET=$(SECRET) \
INSTANCE_URL=$(INSTANCE_URL) \
TOKEN=$(TOKEN) pytest -rP
TOKEN=$(TOKEN) pytest
lint:
black src/ scripts/