Skip to content

Commit 9a6f988

Browse files
committed
Do not run tests using github actions #520
Signed-off-by: Jono Yang <[email protected]>
1 parent 3eaeacc commit 9a6f988

File tree

2 files changed

+1
-72
lines changed

2 files changed

+1
-72
lines changed

.github/workflows/purldb-tests.yml

-71
This file was deleted.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ run_map:
125125

126126
test:
127127
@echo "-> Run the test suite"
128-
${ACTIVATE} DJANGO_SETTINGS_MODULE=purldb_project.settings ${PYTHON_EXE} -m pytest -x -vvs --ignore matchcode_pipeline --ignore matchcode_project --ignore purldb-toolkit --ignore packagedb/tests/test_throttling.py
128+
${ACTIVATE} DJANGO_SETTINGS_MODULE=purldb_project.settings ${PYTHON_EXE} -m pytest -vvs --ignore matchcode_pipeline --ignore matchcode_project --ignore purldb-toolkit --ignore packagedb/tests/test_throttling.py
129129
${ACTIVATE} DJANGO_SETTINGS_MODULE=purldb_project.settings ${PYTHON_EXE} -m pytest -vvs packagedb/tests/test_throttling.py
130130
${ACTIVATE} DJANGO_SETTINGS_MODULE=matchcode_project.settings ${PYTHON_EXE} -m pytest -vvs matchcode_pipeline
131131
${ACTIVATE} ${PYTHON_EXE} -m pytest -vvs purldb-toolkit/

0 commit comments

Comments
 (0)