Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
544aed75
Commit
544aed75
authored
5 years ago
by
Michael Kriese
Committed by
Rhys Arkins
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
chore(circleci): track test results (#4261)
parent
2e546e45
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+10
-2
10 additions, 2 deletions
.circleci/config.yml
with
10 additions
and
2 deletions
.circleci/config.yml
+
10
−
2
View file @
544aed75
...
...
@@ -30,7 +30,8 @@ commands:
-
run
:
name
:
Lint
command
:
|
yarn lint
yarn eslint --format junit -o reports/junit/js-lint-results.xml
yarn prettier
yarn test-schema
yarn type-check
...
...
@@ -42,7 +43,14 @@ commands:
-
run
:
name
:
Unit Tests
command
:
|
yarn jest --runInBand
yarn jest --runInBand --ci --reporters=default --reporters=jest-junit
environment
:
JEST_JUNIT_OUTPUT
:
'
reports/junit/js-test-results.xml'
-
store_test_results
:
path
:
reports/junit
-
store_artifacts
:
path
:
reports/junit
-
run
:
name
:
E2E Tests
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment