Skip to content

Commit 35dfd06

Browse files
committed
Add changes
1 parent ef5babe commit 35dfd06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull_request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
run: uv run --frozen -- pytest -m unit
4646
shell: bash
4747

48-
- name: Integration tests
49-
run: uv run --frozen -- pytest -m integration
50-
shell: bash
48+
# - name: Integration tests
49+
# run: uv run --frozen -- pytest -m integration
50+
# shell: bash
5151

5252
release:
5353
needs: continuous-integration

0 commit comments

Comments
 (0)