mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 00:18:19 +01:00
ci: 👷 Use vanilla PostgreSQL 17 in CI tests
This commit is contained in:
parent
37f68bbffd
commit
9d79543951
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: ghcr.io/versia-pub/postgres:main
|
image: postgres:17-alpine
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -272,7 +272,7 @@ services:
|
||||||
NUXT_PUBLIC_API_HOST: https://${DOMAIN}:${PORT}
|
NUXT_PUBLIC_API_HOST: https://${DOMAIN}:${PORT}
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: ghcr.io/versia-pub/postgres:main
|
image: postgres:17-alpine
|
||||||
container_name: ${CONTAINER_NAMES[2]}
|
container_name: ${CONTAINER_NAMES[2]}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue