Rerun tests when .gitlab-ci.yml changes
This commit is contained in:
parent
f7354c75bc
commit
a69e7e74e2
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ jest:
|
||||||
- "jest.config.js"
|
- "jest.config.js"
|
||||||
- "package.json"
|
- "package.json"
|
||||||
- "yarn.lock"
|
- "yarn.lock"
|
||||||
|
- ".gitlab-ci.yml"
|
||||||
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
|
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
|
|
Loading…
Reference in a new issue