Skip to content

Commit

Permalink
fix github actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
assadriaz committed Oct 8, 2024
1 parent edef9c6 commit e6086ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/entur-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
wget https://raw.githubusercontent.com/entur/ror-maven-settings/master/.m2/settings.xml -O .github/workflows/settings.xml
- uses: actions/setup-java@v4
with:
java-version: 21.0.1+12
distribution: liberica
java-version: 21
distribution: temurin
cache: 'maven'
- run: mvn verify -s .github/workflows/settings.xml
- uses: actions/upload-artifact@v4.4.0
Expand Down

0 comments on commit e6086ee

Please sign in to comment.