We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b9308 commit 25ba802Copy full SHA for 25ba802
.github/workflows/api-tests.yml
@@ -47,6 +47,9 @@ jobs:
47
- name: Install dependencies
48
run: poetry install -C api --with dev
49
50
+ - name: Check dependency list
51
+ run: poetry run -C api bash dev/pytest/pytest_dependencies.sh
52
+
53
- name: Run Unit tests
54
run: poetry run -C api bash dev/pytest/pytest_unit_tests.sh
55
0 commit comments