Skip to content

Commit

Permalink
DX: fix Smoke tests for various git default branch name (#7119)
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jul 4, 2023
1 parent bc9d96f commit 5d7c151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Smoke/CiIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static function setUpBeforeClass(): void
try {
self::executeScript([
'rm -rf .git',
'git init -q',
'git init --initial-branch=master -q',
'git config user.name test',
'git config user.email test',
'git add .',
Expand Down

0 comments on commit 5d7c151

Please sign in to comment.