Skip to content

Commit

Permalink
infra: enable Checker in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Oct 22, 2022
1 parent 423c0a7 commit f249e37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checker-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
- name: Execute checker framework
env:
MAVEN_OPTS: "-Xmx4g"
run: groovy ./.ci/checker-framework.groovy ${{ matrix.profile }} || true
run: groovy ./.ci/checker-framework.groovy ${{ matrix.profile }}

- name: Git Diff on fail
# if: failure()
if: failure()
run: git diff && git diff > target/${{ matrix.profile }}.patch

- name: Share patch as artifact to apply on local
# if: failure()
if: failure()
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.profile }}-patch
Expand Down

0 comments on commit f249e37

Please sign in to comment.