Skip to content

Commit

Permalink
Fix yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
haynescd committed Feb 9, 2024
1 parent 9a29bc9 commit a42b2ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/security-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a42b2ec

Please sign in to comment.