1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00

run sequential tests on remote

This commit is contained in:
deadc0de6
2023-01-20 21:20:01 +01:00
parent 95d0c8246f
commit 2d3f55718c
5 changed files with 13 additions and 9 deletions

View File

@@ -22,14 +22,14 @@ jobs:
pip install -r tests-requirements.txt
pip install -r requirements.txt
npm install -g remark-cli remark-validate-links
- name: Run sequential tests
- name: Run with 1 worker
run: |
./tests.sh
env:
DOTDROP_FORCE_NODEBUG: yes
DOTDROP_NOBANNER: yes
DOTDROP_WORKERS: 1
- name: Run parallel tests
- name: Run with 4 workers
run: |
./tests.sh
env: