mirror of
https://github.com/aljazceru/ditto.git
synced 2026-02-08 06:54:20 +01:00
build(gitlab-ci): use deno task test in postgres ci
This commit is contained in:
@@ -32,10 +32,10 @@ test:
|
||||
|
||||
postgres:
|
||||
stage: test
|
||||
script: deno task db:migrate
|
||||
script: deno task db:migrate && deno task test
|
||||
services:
|
||||
- postgres:16
|
||||
variables:
|
||||
DITTO_NSEC: nsec1zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zygs4rm7hz
|
||||
DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
|
||||
Reference in New Issue
Block a user