Skip to content

Commit

Permalink
update github actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
assadriaz committed Nov 26, 2024
1 parent c5d1a03 commit 5d3e2d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: Copy maven settings
run: |
wget https://raw.githubusercontent.com/entur/ror-maven-settings/master/.m2/settings.xml -O .github/workflows/settings.xml
- name: print maven local repository
run: mvn help:evaluate -Dexpression=settings.localRepository
- name: Cache Maven dependencies
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 5d3e2d7

Please sign in to comment.