mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
build(gitlab-ci): use deno task test in postgres ci
This commit is contained in:
parent
34bbf6e39a
commit
1af229da45
1 changed files with 2 additions and 2 deletions
|
|
@ -32,10 +32,10 @@ test:
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
stage: test
|
stage: test
|
||||||
script: deno task db:migrate
|
script: deno task db:migrate && deno task test
|
||||||
services:
|
services:
|
||||||
- postgres:16
|
- postgres:16
|
||||||
variables:
|
variables:
|
||||||
DITTO_NSEC: nsec1zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zygs4rm7hz
|
DITTO_NSEC: nsec1zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zygs4rm7hz
|
||||||
DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
|
DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
|
||||||
POSTGRES_HOST_AUTH_METHOD: trust
|
POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue