Skip to content

Commit 96cb173

Browse files
committed
remove integration test step from ci since we don't have any useful functional tests
1 parent 654a435 commit 96cb173

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/backend-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,7 @@ jobs:
9191
run: |
9292
pdm run python -m pytest tests/unit/ -v --cov=app --cov-report=xml --cov-report=term-missing
9393
94-
- name: Run integration tests
95-
working-directory: ./backend
96-
run: |
97-
pdm run python -m pytest tests/functional/ -v
94+
# Skipping functional tests for now; no active tests in tests/functional
9895

9996
- name: Upload coverage to Codecov
10097
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)