Skip to content

Commit

Permalink
add another step for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza committed Apr 16, 2024
1 parent cccf04c commit a259389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
pip install -U pip setuptools
pip install tox-gh-actions
pip install codecov
- name: Test with Tox
- name: Connect to PostgreSQL
uses: container-job
- name: Test with Tox
run: |
tox
- name: Upload coverage information to Codecov
Expand Down

0 comments on commit a259389

Please sign in to comment.