mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #67007 from twangboy/disable_gatekeeper
[3006.x] Disable gatekeeper before running package tests
This commit is contained in:
commit
2d110410d1
1 changed files with 4 additions and 0 deletions
|
@ -175,6 +175,10 @@ jobs:
|
|||
run: |
|
||||
nox --force-color -e decompress-dependencies -- macos ${{ inputs.arch }}
|
||||
|
||||
- name: Disable Gatekeeper
|
||||
run: |
|
||||
sudo -E spctl --master-disable
|
||||
|
||||
- name: Show System Info
|
||||
env:
|
||||
SKIP_REQUIREMENTS_INSTALL: "1"
|
||||
|
|
Loading…
Add table
Reference in a new issue