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 @@ -144,41 +144,6 @@ jobs:
144
144
env:
145
145
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
146
146
COVERALLS_RUN_LOCALLY: ${{ secrets.COVERALLS_RUN_LOCALLY }}
147
- qodana :
148
- name : Qodana
149
- runs-on : ubuntu-latest
150
- needs :
151
- - lint-yaml
152
- - lint-json
153
- steps :
154
- - name : Checkout
155
- uses : actions/checkout@v2
156
- - name : Qodana - Code Inspection
157
- timeout-minutes : 600
158
- run : docker run -v ${GITHUB_WORKSPACE}:/data/project -v ${GITHUB_WORKSPACE}/qodana:/data/results jetbrains/qodana:2020.3-eap --save-report
159
- - name : Archive results
160
- uses : actions/upload-artifact@v2
161
- with :
162
- name : qodana-results
163
- if-no-files-found : error
164
- path : qodana/report/results
165
- - name : Print results
166
- run : |
167
- echo "🎉 Qodana has finished successfully!"
168
- echo "Download an artifact qodana-results.zip. Code Inspection results are part of file result-allProblems.json."
169
- echo "________________________________________________________________"
170
- cat ${GITHUB_WORKSPACE}/qodana/report/results/result-allProblems.json
171
- - name : Archive error logs
172
- uses : actions/upload-artifact@v2
173
- if : failure()
174
- with :
175
- name : qodana-error-logs
176
- path : qodana
177
- - name : Print error message
178
- if : failure()
179
- run : |
180
- echo "❌ Qodana has failed"
181
- echo "Please contact our support team by email at qodana-support@jetbrains.com. Attach qodana-error-logs.zip to your message."
182
147
lint-yaml :
183
148
name : Lint YAML
184
149
runs-on : ubuntu-latest
@@ -211,7 +176,6 @@ jobs:
211
176
- lint-json
212
177
- qa
213
178
- tests-directly-on-os
214
- - qodana
215
179
runs-on : ubuntu-latest
216
180
steps :
217
181
- run : echo "✔️"
You can’t perform that action at this time.
0 commit comments