Skip to content
Snippets Groups Projects
Verified Commit f0281c59 authored by Thomas SAUVAGE's avatar Thomas SAUVAGE
Browse files

Remove adonis tests

parent 3d5fbeec
No related branches found
No related tags found
1 merge request!3Validation & tests
Pipeline #13768 passed
......@@ -9,7 +9,6 @@ image: node:20
# Build stages
stages:
- Code quality
- Test
# ==== Code quality ====
......@@ -36,32 +35,3 @@ typecheck:
- npm ci
script:
- npx tsc --noEmit --skipLibCheck
# ==== Test ====
# Adonis JS tests
adonis-test:
stage: Test
services:
- postgres:latest # Test database, only exists during testing
variables:
# A copy of .env
PORT: 3333
HOST: 0.0.0.0
NODE_ENV: development
APP_KEY: XQ_HgXxrwewQsmtxYiFOVSpBUyHVNzGH
DRIVE_DISK: local
DB_CONNECTION: pg
PG_HOST: 127.0.0.1
PG_PORT: 5432
PG_USER: bp
PG_DB_NAME: bp_dev
PG_PASSWORD: OEBFIUZGBfbuvfeybUEFQUyvfgevf
before_script:
- npm ci
script:
- node ace test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment