diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index 44fd40eb2a8..88909a6e7c7 100644 --- a/.github/workflows/run-integration-tests.yml +++ b/.github/workflows/run-integration-tests.yml @@ -28,12 +28,12 @@ jobs: - name: Install project to local Maven repository run: mvn -T1C install -DskipTests -Dverification.skip - name: Run integration test - run: xvfb-run ./integration-tests/checkstyle-10.12.7.sh "${{ runner.temp }}/artifacts" + run: xvfb-run ./integration-tests/checkstyle.sh "${{ runner.temp }}/artifacts" - name: Upload artifacts on failure if: ${{ failure() }} uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0 with: - name: integration-test-checkstyle-10.12.7 + name: integration-test-checkstyle path: "${{ runner.temp }}/artifacts" - name: Remove installed project artifacts run: mvn build-helper:remove-project-artifact diff --git a/integration-tests/checkstyle-10.12.7-expected-changes.patch b/integration-tests/checkstyle-expected-changes.patch similarity index 100% rename from integration-tests/checkstyle-10.12.7-expected-changes.patch rename to integration-tests/checkstyle-expected-changes.patch diff --git a/integration-tests/checkstyle-10.12.7-expected-warnings.txt b/integration-tests/checkstyle-expected-warnings.txt similarity index 100% rename from integration-tests/checkstyle-10.12.7-expected-warnings.txt rename to integration-tests/checkstyle-expected-warnings.txt diff --git a/integration-tests/checkstyle-10.12.7-init.patch b/integration-tests/checkstyle-init.patch similarity index 100% rename from integration-tests/checkstyle-10.12.7-init.patch rename to integration-tests/checkstyle-init.patch diff --git a/integration-tests/checkstyle-10.12.7.sh b/integration-tests/checkstyle.sh similarity index 100% rename from integration-tests/checkstyle-10.12.7.sh rename to integration-tests/checkstyle.sh