Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Tools glue
ng-ebi-authorization
Commits
f8c4b488
Commit
f8c4b488
authored
Feb 13, 2019
by
Eduardo Sanz García
Browse files
chore (CI/CD): node-sass is available for node v11
parent
e6359e28
Pipeline
#12816
failed with stages
in 2 minutes and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
9 deletions
+6
-9
.gitlab-ci.yml
.gitlab-ci.yml
+4
-8
src/karma.conf.js
src/karma.conf.js
+2
-1
No files found.
.gitlab-ci.yml
View file @
f8c4b488
...
...
@@ -18,8 +18,7 @@ cache:
lint
:
stage
:
test
image
:
node:10.15.0-alpine
# image: node:alpine # replace when node-sass@4.9.4 compiles on the latest
image
:
node:alpine
tags
:
[
docker
]
script
:
-
yarn lint
...
...
@@ -27,8 +26,7 @@ lint:
test
:
stage
:
test
image
:
esanzgar/node-chromium:10-node-chromium
# image: esanzgar/node-chromium
image
:
esanzgar/node-chromium
tags
:
[
docker
]
script
:
-
yarn test:sr:chromium
...
...
@@ -38,8 +36,7 @@ test:
pages
:
stage
:
test
image
:
node:10.15.0-alpine
# image: node:alpine # replace when node-sass@4.9.4 compiles on the latest
image
:
node:alpine
tags
:
[
docker
]
script
:
-
yarn docs
...
...
@@ -51,8 +48,7 @@ pages:
build
:
stage
:
build
image
:
node:10.15.0-alpine
# image: node:alpine # replace when node-sass@4.9.4 compiles on the latest
image
:
node:alpine
tags
:
[
docker
]
script
:
-
yarn packagr
...
...
src/karma.conf.js
View file @
f8c4b488
...
...
@@ -16,7 +16,8 @@ module.exports = function (config) {
'
karma-coverage-istanbul-reporter
'
,
'
@angular-devkit/build-angular/plugins/karma
'
],
client
:{
files
:
[],
client
:
{
clearContext
:
false
// leave Jasmine Spec Runner output visible in browser
},
coverageIstanbulReporter
:
{
...
...
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