Compare commits

..

2 commits

Author SHA1 Message Date
f3e9e0d4b5
ilot/py3-sentry-sdk: new aport
Some checks failed
/ lint (pull_request) Successful in 24s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 40s
/ deploy-aarch64 (pull_request) Has been cancelled
/ build-aarch64 (pull_request) Has been cancelled
2024-09-19 20:37:56 -04:00
5c667e9ef1
ilot/authentik: enable check 2024-09-19 20:37:52 -04:00

View file

@ -159,7 +159,7 @@ depends="
makedepends="go npm"
# checkdepends scooped up by poetry due to number
checkdepends="
poetry
pip
py3-coverage
py3-pytest
py3-pytest-django
@ -252,6 +252,7 @@ with open(\"local.env.yml\", \"w\") as _config:
pip install selenium drf_jsonschema_serializer pdoc --break-system-packages
make test || FAIL=true
make go-test || FAIL=true
if [ "$FAIL" = "true" ]; then
return 1