Skip to content

Commit dc9cff9

Browse files
committed
test(macos): update for this platform
1 parent b2316ed commit dc9cff9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

test/integration/default/controls/pkgs_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
%w[py38-salt]
99
when 'windows'
1010
['Salt Minion']
11+
when 'mac_os_x'
12+
%w[salt saltstack]
1113
else
1214
%w[salt-master salt-minion]
1315
end

test/integration/default/controls/service_spec.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
%w[salt_master salt_minion]
77
when 'windows'
88
%w[salt-minion]
9+
when 'darwin'
10+
# The following is expected but isn't yet working in the GitHub Actions
11+
# macOS runners
12+
# %w[com.saltstack.salt.api
13+
# com.saltstack.salt.master
14+
# com.saltstack.salt.minion
15+
# com.saltstack.salt.syndic]
16+
[]
917
else
1018
%w[salt-master salt-minion]
1119
end

0 commit comments

Comments
 (0)