Skip to content

Commit

Permalink
Merge pull request #9864 from Sanne/CI
Browse files Browse the repository at this point in the history
Consistent position of runs-on tag
  • Loading branch information
Sanne authored Jun 8, 2020
2 parents 45428b4 + d7ade45 commit f296186
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:

linux-jvm-tests:
name: JDK ${{matrix.java.name}} JVM Tests
runs-on: ubuntu-latest
needs: build-jdk11
timeout-minutes: 120
strategy:
Expand All @@ -118,8 +119,6 @@ jobs:
java-version: 14
}

runs-on: ubuntu-latest

services:
keycloak:
image: quay.io/keycloak/keycloak:10.0.2
Expand Down

0 comments on commit f296186

Please sign in to comment.