Skip to content

Commit

Permalink
Testing: simplify, show debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed Jul 30, 2024
1 parent cc99cb1 commit 3df03c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
OS: ['ubuntu', 'macos', 'windows']
OS: ['ubuntu']
PYTHON_VERSION: ['3.9', '3.10', '3.11']
SPYDER_SOURCE: ['git']
name: ${{ matrix.OS }} py${{ matrix.PYTHON_VERSION }} spyder-from-${{ matrix.SPYDER_SOURCE }}
Expand Down Expand Up @@ -95,11 +95,11 @@ jobs:
uses: nick-fields/retry@v3
with:
timeout_minutes: 10
max_attempts: 3
max_attempts: 1
shell: bash
command: |
. ~/.profile
xvfb-run --auto-servernum pytest --exitfirst spyder-notebook/spyder_notebook -vv
xvfb-run --auto-servernum pytest --log-level=DEBUG --exitfirst spyder-notebook/spyder_notebook -vv
- name: Run tests (MacOS)
if: matrix.OS == 'macos'
uses: nick-fields/retry@v3
Expand Down

0 comments on commit 3df03c2

Please sign in to comment.