python CI: wait for server before continuing

This commit is contained in:
Oliver 2022-05-19 11:55:53 +10:00
parent 80e3d0970a
commit af88f6ec97

View File

@ -153,6 +153,7 @@ jobs:
invoke delete-data -f invoke delete-data -f
invoke import-fixtures invoke import-fixtures
invoke server -a 127.0.0.1:12345 & invoke server -a 127.0.0.1:12345 &
invoke wait
- name: Run Tests - name: Run Tests
run: | run: |
cd ${{ env.wrapper_name }} cd ${{ env.wrapper_name }}