Skip to content

Commit

Permalink
Removing parallelism from pytest on GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
igorborgest committed May 21, 2020
1 parent 3ab86c5 commit 5c96f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moto-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Environment
run: ./requirements.sh
- name: Run moto tests (Minimal tests)
run: pytest testing/test_awswrangler/test_moto.py
- name: Run Moto test (Minimal test)
run: pytest -n 1 testing/test_awswrangler/test_moto.py

0 comments on commit 5c96f27

Please sign in to comment.