Skip to content

Commit

Permalink
Issue checkstyle#14852: Fix performance test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lmh-java committed May 4, 2024
1 parent e6051f2 commit 4fa3530
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check-performance-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ jobs:
java-version: 11
distribution: 'temurin'

- name: Checkout latest code
- name: Checkout Pull Request Code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Clone JDK 17 Repo
uses: actions/checkout@v4
with:
repository: openjdk/jdk17
path: ./checkstyle/.ci-temp/jdk17
path: ./.ci-temp/jdk17

- name: Setup local maven cache
uses: actions/cache@v4
Expand Down

0 comments on commit 4fa3530

Please sign in to comment.