diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 031fec8ee..74981629b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,6 @@ jobs: path: target/ # Path to the build artifacts (typically 'target/' for Maven) - # Static Code Analysis with Checkstyle - name: Static Code Analysis with Checkstyle run: | @@ -56,7 +55,7 @@ jobs: run: | # Run JaCoCo report generation mvn jacoco:report - + # Store code coverage reports - name: Archive Code Coverage Reports uses: actions/upload-artifact@v2