Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
libview
Commits
21d6fd97ca42
Commit
3335d59a
authored
Nov 20, 2020
by
Fabien Amarger
Browse files
fire(test): Remove test
Tests are not implemented for now, so we remove the stage.
parent
a8c9c92a7586
Pipeline
#21541
passed with stages
in 1 minute and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
21d6fd97
...
...
@@ -4,7 +4,6 @@ stages:
-
deps
-
lint
-
build
-
test
cache
:
paths
:
...
...
@@ -32,8 +31,3 @@ CanBuild:
stage
:
build
script
:
-
npm run build
Test
:
stage
:
test
script
:
-
npm run test
package.json
View file @
21d6fd97
...
...
@@ -32,7 +32,6 @@
"build"
:
"webpack"
,
"build:production"
:
"NODE_ENV=production webpack"
,
"prepublishOnly"
:
"NODE_ENV=production webpack"
,
"test"
:
"mocha --reporter spec --require ts-node/register src/**/*.test.ts"
,
"doc"
:
"typedoc --mode modules --out build/docs --exclude '**/*.test.ts' 'src/'"
},
"author"
:
"LOGILAB <contact@logilab.fr>"
,
...
...
Write
Preview
Supports
Markdown
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