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 3, 2024
1 parent e6051f2 commit 325fbbd
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,8 +30,10 @@ jobs:
java-version: 11
distribution: 'temurin'

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

- name: Clone JDK 17 Repo
uses: actions/checkout@v4
Expand All @@ -47,4 +49,4 @@ jobs:

- name: Run performance test
run: |
./.ci/check-performance-regression.sh
bash -x ./.ci/check-performance-regression.sh

0 comments on commit 325fbbd

Please sign in to comment.