Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Nov 6, 2023
1 parent a195ce6 commit c0ac05f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: pre-commit/[email protected]

tests-core:
name: "py${{ matrix.python-version }} sphinx~=${{ matrix.sphinx-version }} ${{ matrix.os }}"
name: "Core py${{ matrix.python-version }} sphinx~=${{ matrix.sphinx-version }} ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false # Set on "false" to get the results of ALL builds
Expand Down Expand Up @@ -45,13 +45,16 @@ jobs:
python -m pytest -v --ignore=tests/benchmarks -m "not jstest" tests
tests-js:
runs-on: "ubuntu-latest"
name: "JS py${{ matrix.python-version }} sphinx~=${{ matrix.sphinx-version }} ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- python-version: "3.8"
- os: "ubuntu-latest"
python-version: "3.8"
sphinx-version: "5.0"
- python-version: "3.11"
- os: "ubuntu-latest"
python-version: "3.11"
sphinx-version: "7.0"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c0ac05f

Please sign in to comment.