Skip to content
Snippets Groups Projects
Verified Commit c8026ccd authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] Run safety check after tests

parent 7c543def
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,7 @@ test_wheel: ...@@ -70,6 +70,7 @@ test_wheel:
- eatmydata python ./manage.py yarn install - eatmydata python ./manage.py yarn install
- python ./manage.py collectstatic --no-input --clear - python ./manage.py collectstatic --no-input --clear
- sudo -u testuser eatmydata env TEST_SCREENSHOT_PATH=./screenshots tox - sudo -u testuser eatmydata env TEST_SCREENSHOT_PATH=./screenshots tox
- poetry run pip freeze | safety check --stdin --full-report
artifacts: artifacts:
paths: paths:
- screenshots/ - screenshots/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment