Skip to content

Commit 2c0a295

Browse files
committed
Trying to test macos
1 parent c34d3d7 commit 2c0a295

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test-templates.bash

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ function test_template() {
1111
echo "===== $template =====" | tr '[:print:]' '='
1212
if test -z "${CI:-}"; then
1313
out="$(mktemp -d)"
14-
export HOME="$out"
1514
else
16-
out="$HOME"
15+
out="$(pwd)/ci"
1716
fi
17+
export HOME="$out"
18+
1819
env
1920

2021
mkdir -p "$HOME/.config/nix"

0 commit comments

Comments
 (0)