diff --git a/.github/workflows/security-integration-test.yml b/.github/workflows/security-integration-test.yml index c43d35e4e8b..1543e0a46ed 100644 --- a/.github/workflows/security-integration-test.yml +++ b/.github/workflows/security-integration-test.yml @@ -24,8 +24,9 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - - uses: browser-actions/setup-chrome@latest - - run: chrome --version + - name: 'Download Chrome' + uses: browser-actions/setup-chrome@latest + run: chrome --version - name: 'Copy Application.Properties' working-directory: ./cbioportal run: |