mirror of
https://github.com/restic/restic.git
synced 2025-03-16 00:00:05 +01:00
Fix test cases
Fix the check for macOS which was failing after commenting brew install.
This commit is contained in:
parent
5ff9f58fbb
commit
11d1b95f4d
1 changed files with 1 additions and 3 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -87,9 +87,7 @@ jobs:
|
||||||
user="smbuser"
|
user="smbuser"
|
||||||
pass="mGoWwqvgdnwtmh07"
|
pass="mGoWwqvgdnwtmh07"
|
||||||
|
|
||||||
if [ "$RUNNER_OS" == "macOS" ]; then
|
if [ "$RUNNER_OS" != "macOS" ]; then
|
||||||
#NONINTERACTIVE=1 brew install samba
|
|
||||||
else
|
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install samba -y
|
sudo apt-get install samba -y
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue