diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 08be1dc..b01b80d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,9 +37,6 @@ jobs: uses: cicirello/jacoco-badge-generator@v2 with: jacoco-csv-file: '**/jacoco.csv' - - name: Log directory - run: | - ls -l - name: Commit the badge (if it changed) run: | if [[ `git status --porcelain` ]]; then