Skip to content

Commit b52aa4b

Browse files
committed
fixup! build,test: add .ci.yml for containered tests
1 parent 74cb7d0 commit b52aa4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ tests:
4747
label: Lint JS, C++, Python, Markdown & Docs
4848
image: node-linter
4949
execute: |
50-
make lint-ci || {
50+
make lint-py-build PYTHON=python3
51+
make lint-py PYTHON=python3
52+
make lint-py-build PYTHON=python2
53+
make lint-ci PYTHON=python2 || {
5154
cat test-eslint.tap | grep -v '^ok\|^TAP version 13\|^1\.\.' | sed '/^\s*$/d' &&
5255
exit 1; }
5356

0 commit comments

Comments
 (0)