Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jul 16, 2024
1 parent 5d786fe commit 8395daa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ jobs:
end-to-end: [false]
include:
- python-version: '3.12'
- db-backend: postgres
- end-to-end: true
db-backend: postgres
end-to-end: true

name: "Test (Python: ${{ matrix.python-version }}, DB: ${{ matrix.db-backend }})"
steps:
- run: echo "Matrix - Python ${{ matrix.python-version }}, DB ${{ matrix.db-backend }} - ${{ matrix }}"
Expand Down

0 comments on commit 8395daa

Please sign in to comment.