Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Mar 10, 2024
1 parent 19839a2 commit 02f9eb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
POSTGRES_DB: localize
POSTGRESQL_PASSWORD: postgres
POSTGRESQL_FSYNC: 'off'
POSTGRESQL_DATA_DIR: /dev/shm/pgdata
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Test with tox
run: tox -- -v1
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
DATABASE_URL: postgres://postgres:postgres@localhost:5432/localize
DATABASE: postgres

coverage:
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
min_version = 4.0

envlist =
python3.10-django3.2-wagtail5.2-postgres
python{3.8,3.9,3.10,3.11,3.12}-django{4.2}-wagtail{5.2,6.0}-postgres
python{3.10,3.11,3.12}-django{5.0}-wagtail{5.2,6.0}-postgres
python3.10-django3.2-wagtail5.2-postgres15
python{3.8,3.9,3.10,3.11,3.12}-django{4.2}-wagtail{5.2,6.0}-postgres15
python{3.10,3.11,3.12}-django{5.0}-wagtail{5.2,6.0}-postgres15
# note: we're running a subset of the test with sqlite
python3.10-django3.2-wagtail5.2-sqlite
python3.11-django4.2-wagtail{5.2,6.0}-sqlite
Expand Down

0 comments on commit 02f9eb5

Please sign in to comment.