From 195d06248a6557e6585df961b660dbaaaaed4045 Mon Sep 17 00:00:00 2001 From: Martin M Date: Wed, 24 Apr 2024 17:15:12 +0200 Subject: [PATCH 1/2] Update test-and-release.yml --- .github/workflows/test-and-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 9ecee7c..8a73fbd 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -41,7 +41,8 @@ jobs: strategy: matrix: node-version: [18.x, 20.x] - os: [ubuntu-latest, windows-latest, macos-latest] +# os: [ubuntu-latest, windows-latest, macos-latest] + os: [windows-latest] steps: - uses: ioBroker/testing-action-adapter@v1 From be7ea5ef485530898e2231a57f18d7e704e87d8b Mon Sep 17 00:00:00 2001 From: Martin M Date: Wed, 24 Apr 2024 17:47:05 +0200 Subject: [PATCH 2/2] Update test-and-release.yml - revert --- .github/workflows/test-and-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 8a73fbd..9ecee7c 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -41,8 +41,7 @@ jobs: strategy: matrix: node-version: [18.x, 20.x] -# os: [ubuntu-latest, windows-latest, macos-latest] - os: [windows-latest] + os: [ubuntu-latest, windows-latest, macos-latest] steps: - uses: ioBroker/testing-action-adapter@v1