We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182e454 commit 7cba2a1Copy full SHA for 7cba2a1
1 file changed
.github/workflows/openmis-module-test.yml
@@ -94,6 +94,7 @@ jobs:
94
python -V
95
ls -l
96
cd openIMIS
97
+ mkdir staticfiles
98
python manage.py migrate
99
python init_test_db.py | grep . | uniq -c
100
python manage.py test --keepdb $(jq -r '(.modules[]|.name)' ../openimis.json)
0 commit comments