Skip to content

Commit efb3e94

Browse files
committed
Update test command to run all tests instead of a specific one
1 parent d796f31 commit efb3e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
http://localhost:7200/rest/repositories
106106
107107
- name: Run tests
108-
run: poetry run pytest tests/test_graph_management.py::test_get_repositories -v --tb=short
108+
run: poetry run pytest tests -v --tb=short
109109

110110

111111

0 commit comments

Comments
 (0)