Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Feb 22, 2024
1 parent 1fec23d commit 2a411e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
continue-on-error: false
services:
database:
image: postgres:12
image: postgres:16
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand All @@ -27,9 +27,9 @@ jobs:
DJANGO_DATABASE_NAME: postgres

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v4
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Run tests
run: >-
pytest -v -x
poetry run pytest -v -x
--cov=django_ltree
--junitxml=junit/test-results-${{ matrix.python-version }}.xml
tests/
Expand Down

0 comments on commit 2a411e1

Please sign in to comment.