Skip to content

Commit

Permalink
Merge pull request deegree#1549 from deegree/tfr42-patch-1
Browse files Browse the repository at this point in the history
Re-activate GitHub actions
  • Loading branch information
stephanr authored Nov 30, 2023
2 parents 211a2f6 + 88432f1 commit dbd85b0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: 1.8
java-version: 11
distribution: temurin
cache: 'maven'
- name: Build with Maven
run: mvn -B verify -Pintegration-tests --file pom.xml
run: mvn -B -q -ff test --file pom.xml

0 comments on commit dbd85b0

Please sign in to comment.