Skip to content

Commit

Permalink
Copy application.properties properties
Browse files Browse the repository at this point in the history
  • Loading branch information
JREastonMarks committed Nov 7, 2023
1 parent d7035c2 commit 5f8e4ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: 'Copy application.properties'
working-directory: ./cbioportal
run: |
cp src/main/resources/application.properties.EXAMPLE src/main/resources/application.properties
- name: 'Build cbioportal'
working-directory: ./cbioportal
run: |
Expand Down

0 comments on commit 5f8e4ed

Please sign in to comment.