Add Concourse CI configs
This commit is contained in:
parent
5a06530b43
commit
66c8153d72
7 changed files with 272 additions and 0 deletions
14
ci/tasks/karma.yaml
Normal file
14
ci/tasks/karma.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
platform: linux
|
||||
inputs:
|
||||
- name: quay-pull-request
|
||||
run:
|
||||
path: /bin/sh
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
set -eux
|
||||
cd quay-pull-request
|
||||
npm install
|
||||
npm link typescript
|
||||
npm test
|
Reference in a new issue