Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: circleci doesn't have permissions (#34) #35

Merged
merged 1 commit into from
Sep 7, 2024

Commits on Sep 7, 2024

  1. fix: circleci doesn't have permissions (guidepup#34)

    CircleCI runs a process called '.machine-agent' which needs permissions to do all the things required for the test.
    
    I created a variable to make it clearer what this path is for.
    The macos orb[1] has an 'add-permission' command but it's hard coded to expect a bundle id, not a path to an executable so we can't use it.
    
    Some permissions can be got from
    
          - macos/add-uitest-permissions
          - macos/add-safari-permissions
          - macos/add-voiceover-permissions
    
    but not enough for a VoiceOver test
    
    [1]: https://circleci.com/developer/orbs/orb/circleci/macos
    hbk619 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    96ea889 View commit details
    Browse the repository at this point in the history