feat: add optional blocking parameter and unmount mode overrides #256
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: MacStadium CI | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| macfuse: | |
| runs-on: macstadium | |
| environment: macstadium # approval gate for security | |
| env: | |
| PKG_CONFIG_PATH: /usr/local/lib/pkgconfig:/opt/homebrew/lib/pkgconfig:$PKG_CONFIG_PATH | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: ./.github/actions/macfuse-ci |