Skip to content

Commit 25ba802

Browse files
committed
update
1 parent 55b9308 commit 25ba802

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/api-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- name: Install dependencies
4848
run: poetry install -C api --with dev
4949

50+
- name: Check dependency list
51+
run: poetry run -C api bash dev/pytest/pytest_dependencies.sh
52+
5053
- name: Run Unit tests
5154
run: poetry run -C api bash dev/pytest/pytest_unit_tests.sh
5255

0 commit comments

Comments
 (0)