Set up the git repository in the bats file instead
This commit is contained in:
parent
e48e27fb52
commit
f5f05c0a9e
2 changed files with 6 additions and 5 deletions
|
|
@ -38,11 +38,6 @@ resholve.mkDerivation {
|
|||
checkPhase = ''
|
||||
runHook preCheck
|
||||
shellcheck bin/git-check-assertions test/git-check-assertions.bats
|
||||
git init
|
||||
git config user.email test
|
||||
git config user.name test
|
||||
git checkout -b main
|
||||
git commit --allow-empty -m "initial"
|
||||
./test/git-check-assertions.bats
|
||||
runHook postCheck
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue