test(macos): update for this platform
This commit is contained in:
parent
b2316ed17b
commit
dc9cff99c5
|
@ -8,6 +8,8 @@ pkgs =
|
|||
%w[py38-salt]
|
||||
when 'windows'
|
||||
['Salt Minion']
|
||||
when 'mac_os_x'
|
||||
%w[salt saltstack]
|
||||
else
|
||||
%w[salt-master salt-minion]
|
||||
end
|
||||
|
|
|
@ -6,6 +6,14 @@ services =
|
|||
%w[salt_master salt_minion]
|
||||
when 'windows'
|
||||
%w[salt-minion]
|
||||
when 'darwin'
|
||||
# The following is expected but isn't yet working in the GitHub Actions
|
||||
# macOS runners
|
||||
# %w[com.saltstack.salt.api
|
||||
# com.saltstack.salt.master
|
||||
# com.saltstack.salt.minion
|
||||
# com.saltstack.salt.syndic]
|
||||
[]
|
||||
else
|
||||
%w[salt-master salt-minion]
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue