do not fail
Some checks failed
/ lint (pull_request) Successful in 28s
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 32s
/ build-x86_64 (pull_request) Failing after 49m21s
/ deploy-x86_64 (pull_request) Has been cancelled

This commit is contained in:
Antoine Martin 2024-09-20 17:44:46 -04:00
parent 68bc156859
commit 4d77384a02
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -250,12 +250,8 @@ with open(\"local.env.yml\", \"w\") as _config:
# no selenium package # no selenium package
pip install selenium drf_jsonschema_serializer pdoc --break-system-packages pip install selenium drf_jsonschema_serializer pdoc --break-system-packages
make test || FAIL=true make test
make go-test || FAIL=true make go-test
if [ "$FAIL" = "true" ]; then
return 1
fi
} }
package() { package() {