Skip to content

Commit

Permalink
Remove invalid &&
Browse files Browse the repository at this point in the history
  • Loading branch information
JREastonMarks committed Nov 6, 2023
1 parent 990bb89 commit eec0558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
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 .. &&
cd ..
- name: 'Validate tests'
working-directory: ./cbioportal
run: |
Expand Down

0 comments on commit eec0558

Please sign in to comment.