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 a3cbccc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Run PostgreSQL
run: make run-db
run: |
uname
uname -a
docker --version
make run-db
- name: Install dependencies
run: |
Expand Down

0 comments on commit a3cbccc

Please sign in to comment.