ci: disable tests for now, require flake8

This commit is contained in:
Stefan Reimer 2022-02-09 12:03:02 +01:00
parent 618cb50feb
commit ab1f62a18a

View File

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