Skip to content

Commit

Permalink
List content of maven repository
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Feb 4, 2025
1 parent 1b8cfd9 commit 2eadfc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
cache: 'maven'

- name: Build with Maven
run: mvn -B clean install -Dno-format -DskipTests
run: |
ls -la ~/.m2/repository/com/dajudge/kindcontainer/kindcontainer
mvn -B clean install -Dno-format -DskipTests
- name: Perform CI test
run: |
Expand Down

0 comments on commit 2eadfc8

Please sign in to comment.