Skip to content

Commit 61f25e3

Browse files
committed
feat: pytestジョブをCIから削除
1 parent 75a142b commit 61f25e3

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,6 @@ jobs:
8080
- name: Run mypy
8181
run: uv run --frozen mypy .
8282

83-
pytest:
84-
name: pytest
85-
needs: setup
86-
runs-on: ubuntu-latest
87-
steps:
88-
- name: Checkout code
89-
uses: actions/checkout@v4
90-
91-
- name: Install uv + restore cache
92-
uses: astral-sh/setup-uv@v6
93-
with:
94-
enable-cache: true
95-
96-
- name: Run tests
97-
run: uv run --frozen pytest tests/
98-
9983
publish:
10084
runs-on: ubuntu-latest
10185
permissions:

0 commit comments

Comments
 (0)