do not fail
This commit is contained in:
parent
68bc156859
commit
4d77384a02
1 changed files with 2 additions and 6 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue