Skip to content

Commit

Permalink
skipping enforcer plugin on lilo-samples pipeline job
Browse files Browse the repository at this point in the history
  • Loading branch information
firatkucuk committed Nov 9, 2023
1 parent 3a5fe4c commit ee466d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cache: maven

- name: Build lilo and cache
run: mvn -B -ntp clean install -DskipTests=true -Dgpg.skip -Dcheckstyle.skip -Dmaven.javadoc.skip -Dmaven.source.skip
run: mvn -B -ntp clean install -DskipTests=true -Dgpg.skip -Dcheckstyle.skip -Denforcer.skip -Dmaven.javadoc.skip -Dmaven.source.skip

- name: Check lilo samples
run: cd lilo-samples && mvn -B -ntp compile com.spotify.fmt:fmt-maven-plugin:2.21.1:check

0 comments on commit ee466d0

Please sign in to comment.