Skip to content

Commit d2030b2

Browse files
committed
Update ci.yml
1 parent 177aaed commit d2030b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
run: chmod +x mvnw
4848
- name: Build fastexcel-support
4949
run: ./mvnw -pl fastexcel-support install -B -V
50+
- name: List JAR Contents
51+
run: |
52+
jar -tf fastexcel-support/target/fastexcel-support-*.jar
5053
- name: Check Directories in JAR
5154
run: |
5255
jar -xf fastexcel-support/target/fastexcel-support-*.jar

0 commit comments

Comments
 (0)