Skip to content

Commit 510ed78

Browse files
committed
ci: Add step 'Display structure of downloaded files'
1 parent 4fe8035 commit 510ed78

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: 'maven'
2828

2929
- name: Build with Maven
30-
run: mvn clean package -DskipTests
30+
run: mvn clean package -DskipTests -ntp
3131

3232
- name: Upload JAR as Artifact
3333
uses: actions/upload-artifact@v4
@@ -37,6 +37,9 @@ jobs:
3737
target/*.jar
3838
target/lib/*.jar
3939
40+
- name: Display structure of downloaded files
41+
run: ls -R target/
42+
4043
build-and-push:
4144
name: Build & Push Docker Image
4245
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)