Skip to content

Commit

Permalink
dev: tests fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Oct 21, 2023
1 parent 0735f5c commit ddba2b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,10 @@ jobs:
timeout 3m tail --pid=$(cat /tmp/_talk_bot.pid) -f /dev/null
coverage run --data-file=.coverage.at_the_end -m pytest tests/_tests_at_the_end.py
php ../occ app_api:app:unregister "$APP_ID" --silent
php ../occ app_api:daemon:unregister manual_install
cd ..
php occ app_api:app:unregister "$APP_ID" --silent
php occ app_api:daemon:unregister manual_install
cd nc_py_api
coverage run --data-file=.coverage.ci_install_models tests/_install_init_handler_models.py &
echo $! > /tmp/_install_models.pid
Expand Down

0 comments on commit ddba2b0

Please sign in to comment.