mirror of https://github.com/tiangolo/fastapi.git
🔥 Remove debugging report
This commit is contained in:
parent
5df618b885
commit
e797ff1ba6
|
|
@ -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…
Reference in New Issue