Skip to content

Commit

Permalink
Update validate-data.yml
Browse files Browse the repository at this point in the history
Update flow to checkout core
  • Loading branch information
JREastonMarks committed Nov 6, 2023
1 parent 3367dba commit d7035c2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/validate-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ jobs:
uses: actions/checkout@v2
with:
path: ./cbioportal
- name: 'Download core module'
working-directory: ./cbioportal
run: |
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: 'Checkout core module'
uses: actions/checkout@v4
with:
path: ./cbioportal/core
repository: cBioPortal/cbioportal-core
- name: 'Validate tests'
working-directory: ./cbioportal
run: |
Expand Down

0 comments on commit d7035c2

Please sign in to comment.