mirror of https://github.com/apache/druid.git
Remove `intellij-inspections` check from CI (#17469)
This commit is contained in:
parent
1dbd005df6
commit
390c2d68c8
|
@ -113,38 +113,6 @@ jobs:
|
|||
if: ${{ matrix.java == '8' }}
|
||||
run: ${MVN} spotbugs:check --fail-at-end -pl '!benchmarks'
|
||||
|
||||
intellij-inspections:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout branch
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '8'
|
||||
cache: 'maven'
|
||||
|
||||
- name: maven install
|
||||
run: |
|
||||
echo 'Running Maven install...' &&
|
||||
${MVN} clean install -q -ff -pl '!distribution' ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS} -T1C &&
|
||||
${MVN} install -q -ff -pl 'distribution' ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS}
|
||||
|
||||
- name: intellij inspections
|
||||
run: |
|
||||
docker run --rm \
|
||||
-v $(pwd):/project \
|
||||
-v ~/.m2:/home/inspect/.m2 \
|
||||
-v $(pwd)/.idea/misc-for-inspection.xml:/project/.idea/misc.xml \
|
||||
ccaominh/intellij-inspect:1.0.0 \
|
||||
/project/pom.xml \
|
||||
/project/.idea/inspectionProfiles/Druid.xml \
|
||||
--levels ERROR \
|
||||
--scope JavaInspectionsScope
|
||||
|
||||
openrewrite:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue