Skip to content

Commit

Permalink
full matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wwade committed Feb 7, 2024
1 parent 9515eed commit b073f64
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
# python-version: ["pypy3.9", "pypy3.10", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "pypy3.9"]
python-version: ["pypy3.9", "pypy3.10", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -46,11 +45,11 @@ jobs:
name: pytest-results-${{ matrix.python-version }}
path: junit/test-results-${{ matrix.python-version }}.xml

- name: Report results
- name: Report results ${{ matrix.python-version }}
uses: dorny/test-reporter@v1
if: ${{ always() }}
with:
name: Pytest Results
name: Pytest Results ${{ matrix.python-version }}
path: junit/test-results-${{ matrix.python-version }}.xml
reporter: java-junit
fail-on-error: true

0 comments on commit b073f64

Please sign in to comment.