remove report export

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2022-03-08 20:14:44 +01:00
parent dc94e98aa0
commit c156a0ecea
2 changed files with 1 additions and 6 deletions

View file

@ -31,11 +31,6 @@ jobs:
run: npm ci
- name: Unit tests
run: npm run test:unit:ci
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
with:
files: reports/*.xml
docker:
runs-on: ubuntu-latest
needs:

2
components.d.ts vendored
View file

@ -36,4 +36,4 @@ declare module 'vue' {
}
}
export {}
export { }