Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
94472b7a
Commit
94472b7a
authored
Jan 11, 2021
by
BryceLTaylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
circleci split integration tests into separate jobs for tap and jest
parent
cbdea2aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
7 deletions
+21
-7
.circleci/config.yml
.circleci/config.yml
+21
-7
No files found.
.circleci/config.yml
View file @
94472b7a
...
...
@@ -68,16 +68,26 @@ aliases:
python get-pip.py
pip install -r requirements.txt
npm run deploy
-
&integration
-
&integration
_jest
<<
:
*defaults
steps
:
-
*restore_git_cache
-
checkout
-
*restore_npm_cache
-
run
:
name
:
"
integration
tests"
name
:
"
integration
tests
with
Jest
"
command
:
|
npm run test:integration:remote
npm run test:integration:jest:remote
-
&integration_tap
<<
:
*defaults
steps
:
-
*restore_git_cache
-
checkout
-
*restore_npm_cache
-
run
:
name
:
"
integration
tests
with
Tap"
command
:
|
npm run test:smoke:sauce
jobs
:
...
...
@@ -89,10 +99,14 @@ jobs:
<<
:
*deploy
deploy-production
:
# <<: *deploy
integration-staging
:
<<
:
*integration
integration-production
:
# <<: *integration
integration-staging-jest
:
<<
:
*integration_jest
integration-staging-tap
:
<<
:
*integration_tap
integration-production-jest
:
# <<: *integration_jest
integration-production-tap
:
# <<: *integration_tap
workflows
:
build-test-deploy
:
...
...
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