Skip to content

Commit

Permalink
Little fix on build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kerny3d authored Feb 2, 2024
1 parent 0570dba commit 300d74f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
}]
- name: Check POMs
run: mvn sortpom:verify -:knowage-vue -q -f knowage-ce-parent/pom.xml
run: mvn sortpom:verify -q -f knowage-ce-parent/pom.xml

- name: Checkstyle
run: mvn checkstyle:check -:knowage-vue -q -f knowage-ce-parent/pom.xml
run: mvn checkstyle:check -q -f knowage-ce-parent/pom.xml

- name: Build
run: mvn compile -pl -:knowage-vue -q -f knowage-ce-parent/pom.xml

0 comments on commit 300d74f

Please sign in to comment.