Compare commits

..

2 commits

Author SHA1 Message Date
ce65b0f9f1
ilot/py3-sentry-sdk: new aport
Some checks failed
/ lint (pull_request) Successful in 31s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 13m2s
/ deploy-aarch64 (pull_request) Has been cancelled
/ build-aarch64 (pull_request) Has been cancelled
2024-09-19 20:20:55 -04:00
4e33202ac1
ilot/authentik: enable check 2024-09-19 20:19:34 -04:00

View file

@ -159,7 +159,7 @@ depends="
makedepends="go npm"
# checkdepends scooped up by poetry due to number
checkdepends="
pip
poetry
py3-coverage
py3-pytest
py3-pytest-django
@ -252,7 +252,6 @@ 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