Skip to content

Commit

Permalink
Add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
farmaazon committed Sep 27, 2024
1 parent 61dd057 commit 0493e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build/src/ci_gen/job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ impl JobArchetype for PackageIde {
)
.customize(move |step| {
let mut steps = prepare_packaging_steps(target.0, step);
steps.push(shell("corepack pnpm -r --filter enso exec playwright test"));
steps.push(shell("corepack pnpm -r --filter enso exec playwright test").with_env("DEBUG", "pw:browser log:"));
steps
})
.build_job("Package New IDE", target)
Expand Down

0 comments on commit 0493e14

Please sign in to comment.