From dbe601547806c405d497034ef5e8bed56fa33fd4 Mon Sep 17 00:00:00 2001 From: Ivan Santos <301291+pragmaticivan@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:52:20 -0500 Subject: [PATCH] chore: test --- .github/workflows/macos.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 4a2355d..3f02e90 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -50,6 +50,8 @@ jobs: brew install bats-core cd $(chezmoi source-path)/../ + ls -l + pwd bats --print-output-on-failure \ tests/files/common.bats \ tests/files/macos.bats