Skip to content

Commit

Permalink
代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
smthing committed Aug 31, 2024
1 parent 0cea83a commit f050680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
run: mvn -B install --file jakartaee/servlet/tck/pom.xml -Dmaven.compiler.source=8 -Dmaven.compiler.target=8
- name: Build smart-servlet with Maven
run: mvn -B install --file pom.xml
- name: Build with Maven
run: mvn -B verify --file tck/pom.xml -Dbasedir=tck_tmp -Dmaven.test.failure.ignore=true
# - name: Build with Maven
# run: mvn -B verify --file tck/pom.xml -Dbasedir=tck_tmp -Dmaven.test.failure.ignore=true
- name: 执行 TCK 测试
run: mvn -B surefire-report:report --file tck/pom.xml

Expand Down
1 change: 0 additions & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.0.0-M5</version> <!-- 使用你当前的版本 -->
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit f050680

Please sign in to comment.