Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2021
Kelas D
PT Gizi Sehat - Dietela
Dietela Mobile
Commits
e79d7a0f
Commit
e79d7a0f
authored
Mar 06, 2021
by
Doan Andreas Nathanael
Browse files
[CHORES] add test stage in CI
parent
0b4bbce2
Pipeline
#63298
passed with stages
in 14 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e79d7a0f
...
...
@@ -8,8 +8,16 @@ cache:
-
ios/
stages
:
-
test
-
build
test
:
stage
:
test
before_script
:
-
yarn install
script
:
-
yarn test -- --coverage --watchAll=false --verbose --collectCoverageFrom="*.tsx"
build
:
stage
:
build
before_script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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