Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
third-party
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
third-party
Commits
544a15e2
Unverified
Commit
544a15e2
authored
May 31, 2021
by
Alexis Aoun
Committed by
Paul B
Jun 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add member unit test to gitlab.yml
parent
e2a7b03c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
.gitlab-ci.yml
.gitlab-ci.yml
+29
-0
No files found.
.gitlab-ci.yml
View file @
544a15e2
stages
:
-
lint
-
unit
variables
:
COUCHDB_USER
:
"
ci-only"
COUCHDB_PASSWORD
:
"
ci-only"
lint:js
:
stage
:
lint
image
:
node:14
cache
:
key
:
node-modules
...
...
@@ -6,3 +15,23 @@ lint:js:
-
node_modules/
script
:
-
make lint-js
unit:django
:
stage
:
unit
image
:
python:3
services
:
-
couchdb:3
variables
:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/pip-cache"
cache
:
paths
:
-
"
$CI_PROJECT_DIR/pip-cache"
before_script
:
-
pip install -U pip setuptools
-
pip install -r requirements.txt
-
cp outils/settings_example.py outils/settings.py
-
cp outils/settings_secret_example.py outils/settings_secret.py
-
cp outils/config.example.py outils/config.py
script
:
-
python manage.py test members
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment