Skip to content

Commit 18eab0b

Browse files
committed
ci: optimize workflows
1 parent 7713759 commit 18eab0b

File tree

2 files changed

+2
-62
lines changed

2 files changed

+2
-62
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ jobs:
3333
run: uv run ruff check .
3434

3535
test:
36-
runs-on: ${{ matrix.os }}
36+
runs-on: ubuntu-latest
3737
strategy:
3838
matrix:
39-
os: [ubuntu-latest, windows-latest, macos-latest]
4039
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
4140
steps:
4241
- name: Checkout code
@@ -59,7 +58,7 @@ jobs:
5958
run: uv run pytest -v --cov=jsonpath --cov-report=xml
6059

6160
- name: Upload coverage
62-
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
61+
if: matrix.python-version == '3.12'
6362
uses: codecov/codecov-action@v5
6463
with:
6564
file: ./coverage.xml

.github/workflows/docs.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)