Skip to content

borgbackup-fuse 1.2.7 #47

borgbackup-fuse 1.2.7

borgbackup-fuse 1.2.7 #47

Workflow file for this run

on: [push, pull_request]
jobs:
test:
name: Test Homebrew install
runs-on: macos-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install macFUSE
run: brew install --cask macfuse
# - name: Debug
# uses: mxschmitt/action-tmate@v3
- name: Test formula
working-directory: ./Formula
run: |
brew audit --strict borgbackup-fuse
brew install borgbackup-fuse
brew test borgbackup-fuse
- name: Test mount command
run: |
borg init -e none test-repo
borg create test-repo::test-archive Formula
# Will timeout due to macOS security prompt
# mkdir mnt
# borg mount test-repo::test-archive mnt
# ls mnt/Formula