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

[CI] Do maintenance tasks before running tests on wheel

parent 5cfbd3ef
No related branches found
Tags 2.7
No related merge requests found
......@@ -60,6 +60,9 @@ test_wheel:
script:
- poetry export --without-hashes --dev -f requirements.txt | pip install -r /dev/stdin
- eatmydata pip install dist/*.whl
- python ./manage.py compilemessages
- eatmydata python ./manage.py yarn install
- python ./manage.py collectstatic --no-input --clear
- sudo -u testuser eatmydata env TEST_SCREENSHOT_PATH=./screenshots tox
artifacts:
paths:
......
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