Skip to content

Commit

Permalink
Download src instead of classes
Browse files Browse the repository at this point in the history
  • Loading branch information
JREastonMarks committed Nov 6, 2023
1 parent eec0558 commit 70c9c5a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/validate-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
- name: 'Download core module'
working-directory: ./cbioportal
run: |
wget https://github.com/cBioPortal/cbioportal-core/releases/download/1.0.1/core-1.0.1.jar -P core/ &&
cd core &&
jar -xf core-1.0.1.jar &&
cd ..
wget https://github.com/cBioPortal/cbioportal-core/archive/refs/tags/1.0.1.zip &&
unzip 1.0.1.zip &&
mv cbioportal-core-1.0.1 core
- name: 'Validate tests'
working-directory: ./cbioportal
run: |
Expand Down

0 comments on commit 70c9c5a

Please sign in to comment.