Skip to content
Snippets Groups Projects
Unverified Commit dc9cff99 authored by Imran Iqbal's avatar Imran Iqbal
Browse files

test(macos): update for this platform

parent b2316ed1
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,8 @@ pkgs = ...@@ -8,6 +8,8 @@ pkgs =
%w[py38-salt] %w[py38-salt]
when 'windows' when 'windows'
['Salt Minion'] ['Salt Minion']
when 'mac_os_x'
%w[salt saltstack]
else else
%w[salt-master salt-minion] %w[salt-master salt-minion]
end end
......
...@@ -6,6 +6,14 @@ services = ...@@ -6,6 +6,14 @@ services =
%w[salt_master salt_minion] %w[salt_master salt_minion]
when 'windows' when 'windows'
%w[salt-minion] %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 else
%w[salt-master salt-minion] %w[salt-master salt-minion]
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment