Commit d462da3d authored by Paul Slaughter's avatar Paul Slaughter

Add jest-integration CI to extend FE rules

parent e8163573
...@@ -239,7 +239,9 @@ jest: ...@@ -239,7 +239,9 @@ jest:
parallel: 2 parallel: 2
jest-integration: jest-integration:
extends: .frontend-job-base extends:
- .frontend-job-base
- .frontend:rules:default-frontend-jobs
script: script:
- date - date
- yarn jest:integration --ci - yarn jest:integration --ci
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment