Skip to content

Commit 177aaed

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

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,11 @@ jobs:
4747
run: chmod +x mvnw
4848
- name: Build fastexcel-support
4949
run: ./mvnw -pl fastexcel-support install -B -V
50-
- name: Check CGLIB in JAR
50+
- name: Check Directories in JAR
5151
run: |
5252
jar -xf fastexcel-support/target/fastexcel-support-*.jar
53-
if [ -d "cn/idev/excel/support/cglib" ]; then
54-
echo "CGLIB directory exists in the JAR."
55-
else
56-
echo "CGLIB directory does not exist in the JAR."
57-
exit 1
58-
fi
53+
echo "Listing directories under /cn/idev/excel/support:"
54+
find cn/idev/excel/support -type d
5955
- name: Test with Maven
6056
if: ${{ matrix.java == '8' }}
6157
run: ./mvnw test -B -Dmaven.test.skip=false

0 commit comments

Comments
 (0)