Skip to content

Commit

Permalink
fixup! build,test: add .ci.yml for containered tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jun 30, 2020
1 parent 74cb7d0 commit b52aa4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ tests:
label: Lint JS, C++, Python, Markdown & Docs
image: node-linter
execute: |
make lint-ci || {
make lint-py-build PYTHON=python3
make lint-py PYTHON=python3
make lint-py-build PYTHON=python2
make lint-ci PYTHON=python2 || {
cat test-eslint.tap | grep -v '^ok\|^TAP version 13\|^1\.\.' | sed '/^\s*$/d' &&
exit 1; }
Expand Down

0 comments on commit b52aa4b

Please sign in to comment.