There was an error while loading. Please reload this page.
1 parent 234430d commit e8f4ee4Copy full SHA for e8f4ee4
.github/workflows/build.yml
@@ -26,11 +26,11 @@ jobs:
26
restore-keys: ${{ runner.os }}-m2
27
- name: Build with Maven
28
run: ./mvnw -B package --file pom.xml -Pscala-2.12 -Dkotest.tags="!Kafka"
29
- qodana:
30
- runs-on: ubuntu-latest
31
- steps:
32
- - uses: actions/checkout@v3
33
- - name: 'Qodana Scan'
34
- uses: JetBrains/qodana-action@v5.0.2
+# qodana:
+# runs-on: ubuntu-latest
+# steps:
+# - uses: actions/checkout@v3
+# - name: 'Qodana Scan'
+# uses: JetBrains/qodana-action@v5.0.2
35
36
# vim: ts=2:sts=2:sw=2:expandtab
0 commit comments