2 parents 6a59890 + 0564b78 commit ca3997fCopy full SHA for ca3997f
1 file changed
.github/workflows/test-and-release.yml
@@ -40,16 +40,17 @@ jobs:
40
41
needs: [check-and-lint]
42
43
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
44
strategy:
45
matrix:
46
node-version: [20.x, 22.x, 24.x]
47
+ os: [ubuntu-latest, windows-latest, macos-latest]
48
49
steps:
50
- uses: ioBroker/testing-action-adapter@v1.1.1
51
with:
52
build: true
- os: 'ubuntu-latest'
53
+ os: ${{ matrix.os }}
54
node-version: ${{ matrix.node-version }}
55
screenshots-path: 'tmp/screenshots/**/*.png'
56
0 commit comments