From 33bf6a956355021a9ca044f7139dd3809d40a66a Mon Sep 17 00:00:00 2001 From: Stephan Schroevers Date: Sat, 27 Jan 2024 15:14:46 +0100 Subject: [PATCH] Drop tag from filenames --- .github/workflows/run-integration-tests.yml | 4 ++-- ...pected-changes.patch => checkstyle-expected-changes.patch} | 0 ...expected-warnings.txt => checkstyle-expected-warnings.txt} | 0 .../{checkstyle-10.12.7-init.patch => checkstyle-init.patch} | 0 integration-tests/{checkstyle-10.12.7.sh => checkstyle.sh} | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename integration-tests/{checkstyle-10.12.7-expected-changes.patch => checkstyle-expected-changes.patch} (100%) rename integration-tests/{checkstyle-10.12.7-expected-warnings.txt => checkstyle-expected-warnings.txt} (100%) rename integration-tests/{checkstyle-10.12.7-init.patch => checkstyle-init.patch} (100%) rename integration-tests/{checkstyle-10.12.7.sh => checkstyle.sh} (100%) diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index 104b9ccc26..b129c2f787 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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.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