Skip to content

Commit 0f1dc70

Browse files
committed
Disable GitHub Action step
1 parent 156cc95 commit 0f1dc70

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pull_request.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ jobs:
4141
run: uv run --frozen -- pytest -m unit
4242
shell: bash
4343

44-
# - name: Integration tests
45-
# run: uv run --frozen -- pytest -m integration
46-
# shell: bash
44+
- name: Integration tests
45+
if: false
46+
run: uv run --frozen -- pytest -m integration
47+
shell: bash
4748

4849
deploy-api-dev:
4950
needs: continuous-integration

0 commit comments

Comments
 (0)