Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
skip tests
  • Loading branch information
haitao127 authored May 5, 2023
1 parent 529ddcd commit 07a2b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
java-version: '11'
- name: Build
run: mvn --batch-mode install
run: mvn -DskipTests --batch-mode install

0 comments on commit 07a2b3d

Please sign in to comment.