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:
13
.github/workflows/testing.yml
vendored
13
.github/workflows/testing.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user