Skip to content

Commit

Permalink
infra: update check-performance-regression.yml to have no extra folder
Browse files Browse the repository at this point in the history
  • Loading branch information
romani authored and nrmancuso committed May 3, 2024
1 parent e5c995e commit 90cac43
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/check-performance-regression.yml
Expand Up @@ -30,11 +30,8 @@ jobs:
java-version: 11
distribution: 'temurin'

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

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

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

0 comments on commit 90cac43

Please sign in to comment.