Skip to content

Commit

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

- name: Checkout latest code
- name: Checkout Pull Request Code
uses: actions/checkout@v4

- 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 6d64b16

Please sign in to comment.