Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Arctic-1293][Imporvement][CI]: Run code style check first when run github ci actions. #1326

Closed
Prev Previous commit
add -B
baiyangtx committed Apr 12, 2023
commit b238fc11cd3f0c93239a001662d89148cd95480e
2 changes: 1 addition & 1 deletion .github/workflows/core-ci.yml
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ jobs:


- name: Build all module with Maven
run: mvn clean install -pl '!trino' -X
run: mvn clean install -pl '!trino' -B -X

- name: debug jacoco EOF problems
if: ${{ always() }}