Skip to content

Commit 3bc6b9d

Browse files
committed
try 3
Signed-off-by: Exadra37 <exadra37@gmail.com>
1 parent 770a6b9 commit 3bc6b9d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/ai-intent-driven-development.sh.bats

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ setup() {
1313
# Copy the current state of the repository to the clone directory.
1414
cp -r "$PWD/" "$PROJECT_COPY_TEST_DIR"
1515

16+
cd "$PROJECT_COPY_TEST_DIR"
17+
git config user.email "test@example.com" &> /dev/null
18+
git config user.name "Test" &> /dev/null
19+
cd -
20+
1621
# Set the INSTALL_DIR to our new clone. The script will use this as its root.
1722
export AI_INTENT_DRIVEN_DEVELOPMENT_INSTALL_DIR="$PROJECT_COPY_TEST_DIR"
1823

0 commit comments

Comments
 (0)