Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Example backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas SAUVAGE
Example backend
Commits
f0281c59
Verified
Commit
f0281c59
authored
1 year ago
by
Thomas SAUVAGE
Browse files
Options
Downloads
Patches
Plain Diff
Remove adonis tests
parent
3d5fbeec
No related branches found
No related tags found
1 merge request
!3
Validation & tests
Pipeline
#13768
passed
1 year ago
Stage: Code quality
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-30
0 additions, 30 deletions
.gitlab-ci.yml
with
0 additions
and
30 deletions
.gitlab-ci.yml
+
0
−
30
View file @
f0281c59
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment