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
anis
anis-client
Commits
3e86540e
Commit
3e86540e
authored
Oct 11, 2019
by
Tifenn Guillas
Browse files
Merge branch 'tests-integration' into 'develop'
Update CI testing process See merge request
!66
parents
9353c3d3
7bbe6aec
Pipeline
#1602
passed with stages
in 26 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3e86540e
...
...
@@ -27,14 +27,9 @@ install:
-
develop
test
:
image
:
node:11
image
:
portus.lam.fr/ci-tools/angular-testing:latest
stage
:
test
script
:
-
yarn global add @angular/cli
-
echo 'deb http://dl.google.com/linux/chrome/deb/ stable main' > /etc/apt/sources.list.d/chrome.list
-
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
-
apt-get update
-
apt-get install -y google-chrome-stable
-
ng test --no-watch
cache
:
paths
:
...
...
src/app/search/components/criteria/search-type/checkbox.component.ts
View file @
3e86540e
...
...
@@ -50,7 +50,7 @@ export class CheckboxComponent {
this
.
checkboxesFormControls
.
push
({
value
:
option
.
value
,
control
});
return
control
;
}));
//
console.log(this.
optionList
);
console
.
log
(
this
.
checkboxesFormControls
);
}
getDefault
(
criterion
:
Criterion
):
void
{
...
...
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