Skip to content

Commit

Permalink
Fix .yml to start zed, and zfs-tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jorgen Lundman <lundman@lundman.net>
  • Loading branch information
lundman committed Dec 6, 2023
1 parent 7307b68 commit 010fce8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ test_script:
export SHELL=/bin/ksh
sudo scripts/cmd-macos.sh zed -fF &
/usr/local/zfs/bin/zed -fF &
mkdir -p /etc/synthetic.d/
touch /etc/synthetic.d/zfs-tests
scripts/zfs-tests.sh -r macOS-CI || echo "Tests not quite right"
Expand Down

0 comments on commit 010fce8

Please sign in to comment.