File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -146,41 +146,6 @@ jobs:
146146 env:
147147 COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
148148 COVERALLS_RUN_LOCALLY: ${{ secrets.COVERALLS_RUN_LOCALLY }}
149- qodana :
150- name : Qodana
151- runs-on : ubuntu-latest
152- needs :
153- - lint-yaml
154- - lint-json
155- steps :
156- - name : Checkout
157- uses : actions/checkout@v2
158- - name : Qodana - Code Inspection
159- timeout-minutes : 600
160- run : docker run -v ${GITHUB_WORKSPACE}:/data/project -v ${GITHUB_WORKSPACE}/qodana:/data/results jetbrains/qodana:2020.3-eap --save-report
161- - name : Archive results
162- uses : actions/upload-artifact@v2
163- with :
164- name : qodana-results
165- if-no-files-found : error
166- path : qodana/report/results
167- - name : Print results
168- run : |
169- echo "🎉 Qodana has finished successfully!"
170- echo "Download an artifact qodana-results.zip. Code Inspection results are part of file result-allProblems.json."
171- echo "________________________________________________________________"
172- cat ${GITHUB_WORKSPACE}/qodana/report/results/result-allProblems.json
173- - name : Archive error logs
174- uses : actions/upload-artifact@v2
175- if : failure()
176- with :
177- name : qodana-error-logs
178- path : qodana
179- - name : Print error message
180- if : failure()
181- run : |
182- echo "❌ Qodana has failed"
183- echo "Please contact our support team by email at qodana-support@jetbrains.com. Attach qodana-error-logs.zip to your message."
184149 lint-yaml :
185150 name : Lint YAML
186151 runs-on : ubuntu-latest
@@ -213,7 +178,6 @@ jobs:
213178 - lint-json
214179 - qa
215180 - unittests-directly-on-os
216- - qodana
217181 runs-on : ubuntu-latest
218182 steps :
219183 - run : echo "✔️"
You can’t perform that action at this time.
0 commit comments