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 f19f8b5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ 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.'"
uses: actions/github-script@v3
with:
script: |
core.setFailed('envA and envB are not equivalent!')

0 comments on commit f19f8b5

Please sign in to comment.