mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-12 05:58:59 +00:00
fix ci/cd
This commit is contained in:
13
.github/workflows/testing.yml
vendored
13
.github/workflows/testing.yml
vendored
@@ -24,13 +24,20 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
npm install -g remark-cli remark-validate-links
|
npm install -g remark-cli remark-validate-links
|
||||||
npm install -g markdown-link-check
|
npm install -g markdown-link-check
|
||||||
- name: Run tests
|
- name: Run sequential tests
|
||||||
run: |
|
run: |
|
||||||
DOTDROP_WORKERS=1 ./tests.sh
|
./tests.sh
|
||||||
DOTDROP_WORKERS=4 ./tests.sh
|
|
||||||
env:
|
env:
|
||||||
DOTDROP_FORCE_NODEBUG: yes
|
DOTDROP_FORCE_NODEBUG: yes
|
||||||
DOTDROP_NOBANNER: 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
|
- name: Coveralls
|
||||||
run: |
|
run: |
|
||||||
coveralls
|
coveralls
|
||||||
|
|||||||
Reference in New Issue
Block a user