Skip to content

Commit e4611b6

Browse files
committed
debug
1 parent cc315a5 commit e4611b6

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/stage-2-test.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,21 @@ jobs:
8282
- name: Test shell
8383
run: make debug-shell
8484

85-
- name: Test pytest exit code
86-
run: poetry run pytest -m 'not system and not integration' --ignore manage_breast_screening/notifications/tests/dependencies --cov --cov-report term-missing:skip-covered; echo $$?
85+
- name: Inspect tools
86+
run: |
87+
make --version
88+
env
8789
88-
- name: 'Run unit test suite'
89-
run: make test-unit
90+
- name: Test pytest exit code
9091
env:
9192
DATABASE_NAME: postgres
9293
DATABASE_PASSWORD: postgres
9394
DATABASE_USER: postgres
9495
DATABASE_HOST: localhost
96+
run: poetry run pytest -m 'not system and not integration' --ignore manage_breast_screening/notifications/tests/dependencies --cov --cov-report term-missing:skip-covered; echo $$?
97+
98+
- name: 'Run unit test suite'
99+
run: make test-unit
95100

96101
- name: 'Run system test suite'
97102
run: make test-ui

0 commit comments

Comments
 (0)