Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mirador-video-annotations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Loïs Poujade
mirador-video-annotations
Commits
378e13e1
Verified
Commit
378e13e1
authored
2 years ago
by
Loïs Poujade
Browse files
Options
Downloads
Patches
Plain Diff
Fix CI configuration
- build for integration tests - also logs tests results in job output
parent
b2c6ff20
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
package.json
+1
-1
1 addition, 1 deletion
package.json
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
378e13e1
...
@@ -3,6 +3,7 @@ upstream_tests:
...
@@ -3,6 +3,7 @@ upstream_tests:
image
:
ghcr.io/puppeteer/puppeteer:latest
image
:
ghcr.io/puppeteer/puppeteer:latest
before_script
:
before_script
:
-
npm ci
-
npm ci
-
npm run build
script
:
script
:
-
npm run test:ci
-
npm run test:ci
artifacts
:
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
378e13e1
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
"lint:containers"
:
"node ./scripts/container-lint.js"
,
"lint:containers"
:
"node ./scripts/container-lint.js"
,
"lint:translations"
:
"node ./scripts/i18n-lint.js"
,
"lint:translations"
:
"node ./scripts/i18n-lint.js"
,
"server"
:
"node_modules/.bin/http-server --cors"
,
"server"
:
"node_modules/.bin/http-server --cors"
,
"test:ci"
:
"jest -c jest.json --ci --reporters=jest-junit --watchAll=false"
,
"test:ci"
:
"jest -c jest.json --ci
--reporters=default
--reporters=jest-junit --watchAll=false"
,
"test"
:
"npm run build && npm run lint && npm run size && jest -c jest.json"
,
"test"
:
"npm run build && npm run lint && npm run size && jest -c jest.json"
,
"test:debug"
:
"node --inspect node_modules/.bin/jest -c jest.json --runInBand"
,
"test:debug"
:
"node --inspect node_modules/.bin/jest -c jest.json --runInBand"
,
"test:watch"
:
"jest -c jest.json --watch"
,
"test:watch"
:
"jest -c jest.json --watch"
,
...
...
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