Skip to content

Commit 44c368b

Browse files
committed
Reuse test script wrapper in python gh action
1 parent 89a0ee8 commit 44c368b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/validate-python.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,4 @@ jobs:
1717
docker run -v ${PWD}:/cbioportal-core python:3.6 /bin/sh -c '
1818
cd cbioportal-core &&
1919
pip install -r requirements.txt &&
20-
export PYTHONPATH=/cbioportal-core/scripts &&
21-
cd tests/ &&
22-
python unit_tests_validate_data.py &&
23-
python system_tests_validate_data.py &&
24-
python system_tests_validate_studies.py'
20+
source test_scripts.sh'

0 commit comments

Comments
 (0)