Skip to content

Commit

Permalink
we should create $HOME when testing πŸ€¦πŸ»β€β™‚οΈ
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Dec 13, 2023
1 parent 7285ae7 commit b88dc1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/cmd/test
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ const script_text = undent`
}

export HOME="${config.path.home}"
mkdir -p "$HOME"

${fixture()}

env -u GH_TOKEN -u GITHUB_TOKEN
Expand Down

0 comments on commit b88dc1b

Please sign in to comment.