This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/ci/tasks/karma.yaml
2017-02-03 18:58:47 -05:00

14 lines
203 B
YAML

---
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