Skip to content

Commit 58a5649

Browse files
authored
Use workers inputs
1 parent 9da668b commit 58a5649

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434
python3 -m pipenv install
3535
3636
- name: Run tests
37-
run: python3 -m pipenv run pytest -n=2
37+
env:
38+
WORKERS: ${{inputs.workers}}
39+
run: python3 -m pipenv run pytest -n=${{env.WORKERS}}

0 commit comments

Comments
 (0)