Skip to content

Commit fa11fc5

Browse files
committed
Add some debug to see where the GH Action fails
1 parent ee08a86 commit fa11fc5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ci/src/PHPStyler.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ public function check()
8989
return false;
9090
}
9191

92+
echo "boop";
93+
9294
Travis::foldCall('git.checkout2', 'git checkout {$this->commit} 2>&1');
9395

9496
return true;

ci/style.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
use Expensify\Bedrock\CI\PHPStyler;
77

88
$styler = new PHPStyler($_SERVER['GITHUB_REF'], $_SERVER['GITHUB_SHA']);
9+
echo 'bip';
910
$valid = $styler->check();
11+
echo 'bap';
1012
exit((int) !$valid);

0 commit comments

Comments
 (0)