Ensure we run unit and integration tests for relevant files

Modifying these files can have an impact on the tests so make sure
we run them.

Change-Id: Ifd91c8d47c051259bce682af624f00ea1a58ba06
This commit is contained in:
David Moreau Simard 2019-01-29 11:20:20 -05:00
parent 6c484c6e7a
commit aa974a90a8
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
1 changed files with 6 additions and 3 deletions

View File

@ -1,10 +1,12 @@
- job:
name: ara-web-unit-tests
parent: nodejs-npm
description: Run unit tests
files:
- src/.*
- public/.*
- package.json
- package-lock.json
- .zuul.yaml
- zuul-playbooks/.*
vars:
@ -22,8 +24,10 @@
be uploaded and configures the API server to api.demo.recordsansible.org.
success-url: 'npm/html/'
files:
- public/.*
- src/.*
- public/.*
- package.json
- package-lock.json
- .zuul.yaml
- zuul-playbooks/.*
vars:
@ -33,7 +37,6 @@
pre-run: zuul-playbooks/pre.yaml
run: zuul-playbooks/build-dashboard.yaml
- project:
check:
jobs: