We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2030b2 commit e9fddc3Copy full SHA for e9fddc3
.github/workflows/ci.yml
@@ -47,14 +47,6 @@ jobs:
47
run: chmod +x mvnw
48
- name: Build fastexcel-support
49
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
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
58
- name: Test with Maven
59
if: ${{ matrix.java == '8' }}
60
run: ./mvnw test -B -Dmaven.test.skip=false
0 commit comments