ci: disable tests for now, require flake8
ZeroDownTime/sns-alert-hub/pipeline/head There was a failure building this commit Details

This commit is contained in:
Stefan Reimer 2022-02-09 12:03:02 +01:00
parent 618cb50feb
commit ab1f62a18a
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ scan:
trivy $(TRIVY_OPTS) $(REPOSITORY):$(TAG)
test:
@echo "Not implemented (yet)"
pytest:
flake8 --ignore=E501 app/app.py
./test.py