Merge branch 'ci-rm-postgres' into 'main'

Get rid of Postgres job in CI

See merge request soapbox-pub/ditto!550
This commit is contained in:
Alex Gleason 2024-10-17 03:50:12 +00:00
commit 66583e7f60

View file

@ -21,11 +21,15 @@ check:
test:
stage: test
script:
- deno task test --coverage=cov_profile
- sleep 1 && deno task test --coverage=cov_profile
- deno coverage cov_profile
coverage: /All files[^\|]*\|[^\|]*\s+([\d\.]+)/
services:
- postgres:16
variables:
DITTO_NSEC: nsec1zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zygs4rm7hz
TEST_DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
POSTGRES_HOST_AUTH_METHOD: trust
artifacts:
when: always
paths:
@ -33,12 +37,3 @@ test:
reports:
junit: deno-test.xml
postgres:
stage: test
script: sleep 1 && deno task test
services:
- postgres:16
variables:
DITTO_NSEC: nsec1zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zyg3zygs4rm7hz
TEST_DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
POSTGRES_HOST_AUTH_METHOD: trust