Skip to content

Commit

Permalink
timeout-minutes: 1 on pytest steps
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 29, 2024
1 parent 70e80ed commit 79a3db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
pip install -e '.[test]'
- name: Run tests
timeout-minutes: 1
run: |
pytest
deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
pip install -e '.[test]'
pip install "datasette${{ matrix.datasette-version }}"
- name: Run tests
timeout-minutes: 1
run: |
pytest

0 comments on commit 79a3db1

Please sign in to comment.