1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

fix ci/cd

This commit is contained in:
deadc0de6
2020-11-16 17:37:47 +01:00
parent 616c0bee3a
commit 22d91a9a62

View File

@@ -24,13 +24,20 @@ jobs:
pip install -r requirements.txt
npm install -g remark-cli remark-validate-links
npm install -g markdown-link-check
- name: Run tests
- name: Run sequential tests
run: |
DOTDROP_WORKERS=1 ./tests.sh
DOTDROP_WORKERS=4 ./tests.sh
./tests.sh
env:
DOTDROP_FORCE_NODEBUG: yes
DOTDROP_NOBANNER: yes
DOTDROP_WORKERS: 1
- name: Run parallel tests
run: |
./tests.sh
env:
DOTDROP_FORCE_NODEBUG: yes
DOTDROP_NOBANNER: yes
DOTDROP_WORKERS: 4
- name: Coveralls
run: |
coveralls