Skip to content

Commit

Permalink
Run database for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Jan 15, 2025
1 parent 3c9e083 commit 6e6651a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Run PostgreSQL
run: make run-db

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 6e6651a

Please sign in to comment.