From 5f8e4ed8869dd077b5d68bb30e0d02f4700e03bf Mon Sep 17 00:00:00 2001 From: "Jeremy R. Easton-Marks" Date: Mon, 6 Nov 2023 19:25:57 -0600 Subject: [PATCH] Copy application.properties properties --- .github/workflows/integration-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 2e18225be6b..b0a5ef9c6e9 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -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: |