Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 1fcb64d

Browse files
committed
update cicd pytest
1 parent e09afc8 commit 1fcb64d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,5 @@ jobs:
5151
- name: Run integration tests
5252
working-directory: backend
5353
run: |
54-
pwd
55-
pip list
56-
pytest src/tests/test_integration.py
54+
pytest --cov=src -s src/tests
55+

0 commit comments

Comments
 (0)