Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchong committed Nov 26, 2024
1 parent d840adb commit cf79476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: mvn -T 1C -B clean install -DskipTests
- name: Test
run: |
mvn -T 1C -B verify
mvn -T 1C -B verify -Dmaven.test.failure.ignore=true
env:
MAVEN_OPTS: -Xmx4096m
ARTIFACTS_OSS_ENDPOINT: ${{ secrets.ARTIFACTS_OSS_ENDPOINT }}
Expand Down

0 comments on commit cf79476

Please sign in to comment.