Skip to content

Commit 78b0131

Browse files
committed
fix(docker): finding error
1 parent 5c70d95 commit 78b0131

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
- name: Run tests and build with Maven
5656
run: mvn clean package
5757

58+
- name: Check if target exists
59+
run: ls -l target
60+
5861
- name: Log in to GitHub Container Registry
5962
uses: docker/login-action@v3
6063
with:

0 commit comments

Comments
 (0)