Skip to content

Commit

Permalink
Merge pull request #379 from pengrad/pengrad-patch-1
Browse files Browse the repository at this point in the history
Update pr.yml
  • Loading branch information
pengrad authored May 5, 2024
2 parents fb1fcef + bf0446c commit 368919e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: 'gradle'

- name: Gradle PR Test
run: ./gradlew clean check -PprTest
run: ./gradlew clean check -PprTest

0 comments on commit 368919e

Please sign in to comment.