Skip to content

Commit

Permalink
CI: add/update PR build action
Browse files Browse the repository at this point in the history
  • Loading branch information
maarzt committed May 16, 2022
1 parent c907f39 commit ef135dc
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Cache local Maven repository
uses: actions/cache@v2
env:
cache-name: cache-m2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-build-${{ env.cache-name }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- name: Set up Java
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'zulu'
cache: 'maven'
- name: Set up CI environment
run: .github/setup.sh
- name: Execute the build
Expand Down

0 comments on commit ef135dc

Please sign in to comment.