Skip to content

Commit e9fddc3

Browse files
committed
fix:modify license and test-path
1 parent d2030b2 commit e9fddc3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ 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
53-
- name: Check Directories in JAR
54-
run: |
55-
jar -xf fastexcel-support/target/fastexcel-support-*.jar
56-
echo "Listing directories under /cn/idev/excel/support:"
57-
find cn/idev/excel/support -type d
5850
- name: Test with Maven
5951
if: ${{ matrix.java == '8' }}
6052
run: ./mvnw test -B -Dmaven.test.skip=false

0 commit comments

Comments
 (0)