Skip to content

Commit

Permalink
Tweak tox-gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Sep 27, 2023
1 parent 5bf0ffd commit d5c09c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
db: ['sqlite']

steps:
- uses: actions/checkout@v3
Expand All @@ -46,8 +47,6 @@ jobs:
run: python -Im flit build --format wheel

- name: 🧪 Run tox targets for Python ${{ matrix.python-version }}
env:
DB: sqlite
run: tox --installpkg ./dist/*.whl

- name: ⬆️ Upload coverage data
Expand All @@ -64,6 +63,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
db: ['postgres']

services:
postgres:
Expand Down Expand Up @@ -95,7 +95,6 @@ jobs:

- name: 🧪 Run tox targets for Python ${{ matrix.python-version }}
env:
DB: sqlite
DATABASE_URL: 'postgres://postgres:postgres@localhost:5432/postgres'
run: tox --installpkg ./dist/*.whl

Expand Down

0 comments on commit d5c09c6

Please sign in to comment.