Browse Source

🔥 Remove debugging report

pull/14536/head
Sebastián Ramírez 7 months ago
parent
commit
e797ff1ba6
  1. 4
      .github/workflows/test.yml

4
.github/workflows/test.yml

@ -111,9 +111,7 @@ jobs:
run: uv pip install "anyio[trio]<4.0.0"
- run: mkdir coverage
- name: Test
# TODO: fix this
# run: bash scripts/test.sh
run: bash scripts/test.sh -k test_first_steps
run: bash scripts/test.sh
env:
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}

Loading…
Cancel
Save