Skip to content

Commit d8fd5d4

Browse files
committed
Create fake bug for claude to catch
1 parent 3c6d0a4 commit d8fd5d4

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/run-all-tests-cron-linux.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: Test all cron (Linux)
55

66
on:
7+
push:
78
pull_request:
89
branches:
910
- release

.github/workflows/run-all-tests-cron-macos.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: Test all cron (MacOS)
55

66
on:
7+
push:
78
pull_request:
89
branches:
910
- release

src/resources/java/jenv/jenv.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ export class JenvResource extends Resource<JenvConfig> {
5656
return null
5757
}
5858

59+
// Introduce a bug for claude
60+
const zshLocation = await $.spawn('ls zsh')
61+
5962
// For some reason jenv doctor will return with a non-zero status code even
6063
// if it's successful. We can ignore the status code and only check for the text
6164
const jenvDoctor = await $.spawnSafe('jenv doctor')

0 commit comments

Comments
 (0)