-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Labels
[C] Tests and CINew or better testing and CINew or better testing and CI[T] BugThis is a bug. We don't like it. Please get rid of it.This is a bug. We don't like it. Please get rid of it.
Milestone
Description
Since initially the typescript is not compiled, these files are missing and the frontend test do not work.
To reproduce
- delete
staticfolder git submodule update --init(no we have state after having cloned the repo)nix develop .#evap-frontend-dev./manage.py test --tag selenium
No it does not run.
If we do ./manage.py ts compile most test run again.
If we do ./mange.py scss all tests run again.
We should prob do the same as in the github job:
- name: Compile assets
run: |
python manage.py ts compile
python manage.py scss
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[C] Tests and CINew or better testing and CINew or better testing and CI[T] BugThis is a bug. We don't like it. Please get rid of it.This is a bug. We don't like it. Please get rid of it.