test(macos): update for this platform

This commit is contained in:
Imran Iqbal 2022-05-17 07:39:37 +01:00
parent b2316ed17b
commit dc9cff99c5
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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