From d4296d0faed84d46d6963fa265459bda788d81e9 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Wed, 27 Aug 2025 16:44:14 +0100 Subject: [PATCH 1/2] add new test --- .github/workflows/codacy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 6df0772..db742d7 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -14,7 +14,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: '8' - distribution: 'temurin' + distribution: 'temurin' cache: maven - name: Test with Maven run: mvn clean test From 0e13a68dc8b288fe8e50d17c6a5b6dc69e60f879 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Wed, 27 Aug 2025 16:47:51 +0100 Subject: [PATCH 2/2] new commit --- .github/workflows/codacy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index db742d7..0eb3c01 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -14,7 +14,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: '8' - distribution: 'temurin' + distribution: 'temurin' cache: maven - name: Test with Maven run: mvn clean test