File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6565 with :
6666 path : |
6767 .venv
68- key : ci-venv-${{ env.PIPELINE_FAMILY }}-${{ hashFiles('requirements/base.txt') }}
68+ key : ci-venv-${{ env.PIPELINE_FAMILY }}-${{ hashFiles('requirements/base.txt', 'requirements/test.txt' ) }}
6969 - name : Run core tests
7070 run : |
7171 source .venv/bin/activate
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ run-web-app:
9595# # test: runs core tests
9696.PHONY : test
9797test :
98- PYTHONPATH=. python3 -m pytest -n auto -v test_${PIPELINE_PACKAGE} --cov=${PACKAGE_NAME} --cov-report term-missing
98+ PYTHONPATH=. pytest -n auto -v test_${PIPELINE_PACKAGE} --cov=${PACKAGE_NAME} --cov-report term-missing
9999
100100# Setting a low bar here - need more tests!
101101.PHONY : check-coverage
You can’t perform that action at this time.
0 commit comments