mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 15:27:41 +00:00
remove report export
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
dc94e98aa0
commit
c156a0ecea
2 changed files with 1 additions and 6 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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
2
components.d.ts
vendored
|
@ -36,4 +36,4 @@ declare module 'vue' {
|
|||
}
|
||||
}
|
||||
|
||||
export {}
|
||||
export { }
|
||||
|
|
Loading…
Add table
Reference in a new issue