Skip to content

Commit ca3997f

Browse files
Merge pull request #533 from ioBroker/copilot/add-testing-for-windows-macos
Add Windows and macOS to adapter test matrix
2 parents 6a59890 + 0564b78 commit ca3997f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test-and-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,17 @@ jobs:
4040

4141
needs: [check-and-lint]
4242

43-
runs-on: ubuntu-latest
43+
runs-on: ${{ matrix.os }}
4444
strategy:
4545
matrix:
4646
node-version: [20.x, 22.x, 24.x]
47+
os: [ubuntu-latest, windows-latest, macos-latest]
4748

4849
steps:
4950
- uses: ioBroker/testing-action-adapter@v1.1.1
5051
with:
5152
build: true
52-
os: 'ubuntu-latest'
53+
os: ${{ matrix.os }}
5354
node-version: ${{ matrix.node-version }}
5455
screenshots-path: 'tmp/screenshots/**/*.png'
5556

0 commit comments

Comments
 (0)