Skip to content

Commit

Permalink
openrewrite test
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshSingla committed Apr 12, 2024
1 parent f9bbc21 commit c28eb79
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,17 @@ jobs:
${MVN} install -q -ff -pl 'distribution' ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS}
- name: rewrite:dryRun
id: rewrite-dryRun
run: |
${MVN} rewrite:dryRun ${MAVEN_SKIP}
- name: Upload open rewrite patch
if: ${{ failure() && steps.rewrite-dryRun.conclusion == 'failure' }}
uses: actions/upload-artifact@master
with:
name: Rewrite patch
path: ./target/rewrite/rewrite.patch

web-checks:
strategy:
fail-fast: false
Expand Down

0 comments on commit c28eb79

Please sign in to comment.