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
c592ac32
Unverified
Commit
c592ac32
authored
May 31, 2021
by
Alexis Aoun
Committed by
Paul B
Jun 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enhancement: parallelizing lint and unit test
parent
2ddcadc2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
.gitlab-ci.yml
.gitlab-ci.yml
+3
-4
No files found.
.gitlab-ci.yml
View file @
c592ac32
stages
:
-
lint
-
unit
-
test
variables
:
COUCHDB_USER
:
"
ci-only"
COUCHDB_PASSWORD
:
"
ci-only"
lint:js
:
stage
:
lin
t
stage
:
tes
t
image
:
node:14
cache
:
key
:
node-modules
...
...
@@ -17,7 +16,7 @@ lint:js:
-
make lint-js
unit:django
:
stage
:
uni
t
stage
:
tes
t
image
:
python:3
services
:
-
couchdb:3
...
...
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