Skip to content

Commit

Permalink
Revert "openrewrite test"
Browse files Browse the repository at this point in the history
This reverts commit c28eb79.
  • Loading branch information
LakshSingla committed Apr 12, 2024
1 parent c28eb79 commit b51248f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,17 +163,9 @@ 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 b51248f

Please sign in to comment.