Skip to content

Commit

Permalink
fix missing settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
inodb committed Sep 5, 2023
1 parent f6b9b9a commit 0b41e50
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/core-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
mysql --host=127.0.0.1 --port=3306 --user=root --password=root <<< "CREATE USER 'cbio_user'@'localhost' IDENTIFIED BY 'somepassword'" && \
mysql --host=127.0.0.1 --port=3306 --user=root --password=root <<< "GRANT ALL ON cgds_test.* TO 'cbio_user'@'localhost'" && \
mysql --host=127.0.0.1 --port=3306 --user=root --password=root <<< "flush privileges"
- name: 'Copy maven settings'
working-directory: ./cbioportal
run: |
mkdir -p ~/.m2 && \
cp .github/settings.xml ~/.m2
- name: 'Build cBioPortal once without tests'
working-directory: ./cbioportal
run: |
Expand Down

0 comments on commit 0b41e50

Please sign in to comment.