chore: remove upload report on test gh action
This commit is contained in:
parent
ea95bf47b8
commit
f4102f17f3
1 changed files with 0 additions and 6 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -28,9 +28,3 @@ jobs:
|
||||||
- name: Run Vitest
|
- name: Run Vitest
|
||||||
run: npx vitest .
|
run: npx vitest .
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
||||||
- name: Upload analysis results to GitHub
|
|
||||||
uses: github/codeql-action/upload-sarif@v2
|
|
||||||
with:
|
|
||||||
sarif_file: eslint-results.sarif
|
|
||||||
wait-for-processing: true
|
|
||||||
|
|
Loading…
Reference in a new issue