Skip to content

Commit bfbc50e

Browse files
committed
remove "report" action
1 parent 7bb1f0e commit bfbc50e

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -186,26 +186,8 @@ jobs:
186186
run: |
187187
npm run lint:${{ matrix.tool }}
188188
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-
with:
202-
report_paths: ./*.xml
203-
require_tests: true
204-
fail_on_failure: true
205-
check_name: Test Report
206-
207189
success:
208-
needs: [lint, report]
190+
needs: [lint, build]
209191
runs-on: ubuntu-latest
210192
name: Test Successful
211193
steps:

0 commit comments

Comments
 (0)