Skip to content

Commit

Permalink
Disable gatekeeper before running package tests
Browse files Browse the repository at this point in the history
  • Loading branch information
twangboy committed Oct 28, 2024
1 parent fd7b0dc commit 2623926
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-packages-action-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2623926

Please sign in to comment.