Skip to content

Commit

Permalink
Fix github build
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Aug 10, 2023
1 parent a0ed69b commit fc01297
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -20,10 +20,16 @@ jobs:
python-version: '3.8'
- name: Start supervisord
run: /usr/bin/supervisord
- name: Pause 10 seconds for DB startup
run: sleep 10
- name: Pause 5 seconds for DB startup
run: sleep 5
- name: Install Poetry
run: curl -sSL https://install.python-poetry.org/ | python -
- name: Add Poetry to PATH
run: echo "$HOME/.poetry/bin" >> $GITHUB_PATH
- name: Run tests
run: poetry run pytest --cov=agnostic tests/
env:
PATH:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit fc01297

Please sign in to comment.