Skip to content

Commit

Permalink
test(macos): update for this platform
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed May 17, 2022
1 parent b2316ed commit dc9cff9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/default/controls/pkgs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
%w[py38-salt]
when 'windows'
['Salt Minion']
when 'mac_os_x'
%w[salt saltstack]
else
%w[salt-master salt-minion]
end
Expand Down
8 changes: 8 additions & 0 deletions test/integration/default/controls/service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
%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
Expand Down

0 comments on commit dc9cff9

Please sign in to comment.