Skip to content

Commit 0a8029e

Browse files
authored
Simplify Maven workflow by removing ls command
Removed unnecessary directory listing in Maven workflow.
1 parent 0f0a911 commit 0a8029e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ jobs:
2525
java-version: ${{ matrix.java }}
2626

2727
- name: Check Maven version and directory contents
28-
run: |
29-
mvn -v
30-
echo "** ls **"
31-
pwd && ls -l
28+
run: mvn -v
29+
3230

3331
- name: Build with Maven
3432
run: mvn -B install --file pom.xml

0 commit comments

Comments
 (0)