Compare commits
2 commits
f3e9e0d4b5
...
ce65b0f9f1
Author | SHA1 | Date | |
---|---|---|---|
ce65b0f9f1 | |||
4e33202ac1 |
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue