Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Jan 15, 2025
1 parent 6e6651a commit 38f1cd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Run PostgreSQL
run: make run-db
run: |
env | sort
type -P docker
make run-db
- name: Install dependencies
run: |
Expand Down

0 comments on commit 38f1cd3

Please sign in to comment.