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