Skip to content

Commit

Permalink
test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jun 8, 2022
1 parent bc63bf4 commit c9ec4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Build with Maven
run: mvn -B package -DskipTests -Dskip.yarn

- name: PR comment
- name: Build failed
if: failure()
run: echo "::set-failed ::Formatting issue, try to run `mvn formatter:format` to fix it.'"
run: echo '::setFailed ::Formatting issue, try to run `mvn formatter:format` to fix it.'

0 comments on commit c9ec4c6

Please sign in to comment.