Skip to content

Commit

Permalink
fix(ci): remove bogus sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Mar 25, 2024
1 parent 10f24e7 commit f5303f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ jobs:
run: |
coverage run --parallel-mode \
-m gunicorn --worker-class eventlet -w 1 g2p.app:APP --no-sendfile --bind 127.0.0.1:5000 --daemon
sleep 10
- name: Run dev suite
run: coverage run --parallel-mode run_tests.py dev
- name: Run test-studio
run: |
curl http://127.0.0.1:5000/
coverage run --parallel-mode g2p/tests/test_studio.py
- name: Run dev suite
run: coverage run --parallel-mode run_tests.py dev
- name: Run generate-mapping
shell: bash
run: |
Expand Down

0 comments on commit f5303f8

Please sign in to comment.