Skip to content

Commit

Permalink
ci: set jdk distribution, set lower timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Aug 25, 2021
1 parent 8ab0efe commit 42376d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ jobs:
- windows-latest
- macos-latest
runs-on: ${{ matrix.platform }}
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: 1.8
distribution: adopt-hotspot
java-version: 8
- name: Test
run: mvn -B test
- name: Checkstyle
Expand Down

0 comments on commit 42376d0

Please sign in to comment.