We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb1f0e commit bfbc50eCopy full SHA for bfbc50e
.github/workflows/test.yml
@@ -186,26 +186,8 @@ jobs:
186
run: |
187
npm run lint:${{ matrix.tool }}
188
189
- report:
190
- if: always()
191
- needs: build
192
- runs-on: ubuntu-latest
193
- name: "Report Test Results"
194
- steps:
195
- - uses: actions/download-artifact@v3
196
- with:
197
- name: junit-reports
198
-
199
- - name: Publish tests report
200
- uses: mikepenz/action-junit-report@1a91e26932fb7ba410a31fab1f09266a96d29971
201
202
- report_paths: ./*.xml
203
- require_tests: true
204
- fail_on_failure: true
205
- check_name: Test Report
206
207
success:
208
- needs: [lint, report]
+ needs: [lint, build]
209
runs-on: ubuntu-latest
210
name: Test Successful
211
steps:
0 commit comments