File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2121 - name : Install Dependencies (macOS)
2222 run : |
2323 brew install gnu-tar shellcheck jq pigz coreutils gnu-sed gnu-getopt
24- brew unlink parallel
2524 brew install moreutils gawk
2625 if : matrix.os == 'macos-latest'
2726 - name : Get Sources
Original file line number Diff line number Diff line change 1+ ghe-fake-true
Original file line number Diff line number Diff line change 22# ghe-restore command tests run in parallel
33set -e
44
5+ # Currently disabled on macOS due to rsync issues
6+ if [[ " $OSTYPE " == " darwin" * ]]; then
7+ echo " Skipping $( basename " $0 " ) tests as they are temporarily disabled on macOS: https://github.com/github/backup-utils/issues/841"
8+ exit 0
9+ fi
10+
511export GHE_PARALLEL_ENABLED=yes
612
713# use temp dir to fix rsync file issues in parallel execution:
You can’t perform that action at this time.
0 commit comments