Skip to content

Commit 957563a

Browse files
add back macos bc it works, just takes forever
10+ minutes! just for the pester tests!
1 parent 3f779bb commit 957563a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ jobs:
129129
name: dbatools-library-zip
130130
path: artifacts/dbatools.library.zip
131131

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
134133
test-matrix:
135134
name: Test on ${{ matrix.os }}
136135
runs-on: ${{ matrix.os }}
@@ -143,7 +142,10 @@ jobs:
143142
script: ./dbatools/.github/scripts/gh-actions.ps1
144143
shell: pwsh
145144
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 }}
147149
- os: windows-latest
148150
script: ./dbatools/.github/scripts/gh-winactions.ps1
149151
shell: pwsh

0 commit comments

Comments
 (0)