From 2f05f689dc76a1a70e4a0c257a3c7056b1e6922a Mon Sep 17 00:00:00 2001 From: Zehir Date: Mon, 13 May 2024 13:01:41 +0000 Subject: [PATCH] cleanup workflow --- .github/workflows/ci.yml | 6 +++--- tests/sample/newDDF_withoutUUID.json | 26 -------------------------- 2 files changed, 3 insertions(+), 29 deletions(-) delete mode 100644 tests/sample/newDDF_withoutUUID.json diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 240b47d..069b647 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: auto-commit-uuid: 'true' bundler-validation-enforce-uuid: 'false' -# upload-store-enabled: true + # upload-store-enabled: true upload-store-url: ${{ secrets.UPLOAD_URL }} upload-store-token: ${{ secrets.UPLOAD_TOKEN }} upload-artifact-enabled: true @@ -67,9 +67,9 @@ jobs: bundler-validation-enforce-uuid: 'false' upload-store-url: ${{ secrets.UPLOAD_URL }} upload-store-token: ${{ secrets.UPLOAD_TOKEN }} - upload-artifact-enabled: true + # upload-artifact-enabled: true # upload-artifact-filter: 'added,modified' - upload-artifact-retention-days: 3 + # upload-artifact-retention-days: 3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/tests/sample/newDDF_withoutUUID.json b/tests/sample/newDDF_withoutUUID.json deleted file mode 100644 index 3efffa2..0000000 --- a/tests/sample/newDDF_withoutUUID.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "schema": "devcap1.schema.json", - "uuid": "9ed9c512-5500-47ea-b446-4f53a938d992", - "$schema": "https://unpkg.com/@deconz-community/ddf-validator/dist/ddf-schema.json", - "manufacturername": "$MF_DE", - "md:known_issues": ["../notes/kobold.md"], - "modelid": "Kobold", - "product": "Kobold 5.0", - "sleeper": false, - "status": "Gold", - "subdevices": [ - { - "type": "$TYPE_DIMMABLE_LIGHT", - "restapi": "/lights", - "uuid": [ - "$address.ext", - "0x01" - ], - "items": [ - { - "name": "attr/id" - } - ] - } - ] -}