File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,7 @@ jobs:
129
129
name : dbatools-library-zip
130
130
path : artifacts/dbatools.library.zip
131
131
132
- # Test matrix - tests on Linux and Windows platforms with proper dependencies and environment
133
- # Note: macOS testing was removed due to reliability issues
132
+ # Test matrix - tests on all platforms with proper dependencies and environment
134
133
test-matrix :
135
134
name : Test on ${{ matrix.os }}
136
135
runs-on : ${{ matrix.os }}
@@ -143,7 +142,10 @@ jobs:
143
142
script : ./dbatools/.github/scripts/gh-actions.ps1
144
143
shell : pwsh
145
144
working-directory : ${{ github.workspace }}
146
- # macOS testing disabled due to reliability issues, even gets stuck at Describing Integration Tests
145
+ - os : macos-latest
146
+ script : ./dbatools/.github/scripts/gh-macactions.ps1
147
+ shell : pwsh
148
+ working-directory : ${{ github.workspace }}
147
149
- os : windows-latest
148
150
script : ./dbatools/.github/scripts/gh-winactions.ps1
149
151
shell : pwsh
You can’t perform that action at this time.
0 commit comments