Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
phearnot committed Mar 22, 2024
1 parent f435ba3 commit 74b883b
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/check-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: '11'
- name: Cache SBT
uses: actions/cache@v3
with:
path: ~/.sbt
key: sbt-cache-${{ hashFiles('project/build.properties') }}
- name: Cache Coursier
uses: actions/cache@v3
with:
path: ~/.cache/coursier
key: coursier-cache
cache: 'sbt'
- name: Check PR
run: sbt --mem 4096 --batch ";checkPR;completeQaseRun"
env:
Expand Down

0 comments on commit 74b883b

Please sign in to comment.