Skip to content

Commit

Permalink
Drop CI flag from configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Sep 13, 2023
1 parent 9bc89c9 commit 5460c6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node-src/lib/getConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const configurationSchema = z
onlyStoryNames: z.array(z.string()),
untraced: z.array(z.string()),
externals: z.array(z.string()),
ci: z.boolean(),
debug: z.boolean(),
junitReport: z.union([z.string(), z.boolean()]),
autoAcceptChanges: z.union([z.string(), z.boolean()]),
Expand Down

0 comments on commit 5460c6c

Please sign in to comment.