Skip to content

Commit

Permalink
Try to speed up builds
Browse files Browse the repository at this point in the history
  • Loading branch information
prolativ committed Sep 25, 2024
1 parent 297c229 commit b6f4690
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration-tests/LanguagePluginTest.test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,12 @@ class LanguagePluginTest extends munit.FunSuite {
clue(actual) == clue(expectedBootstrapPluginsJson)
}

val pulumiUpEnv = ctx.env + ("PULUMI_DISABLE_AUTOMATIC_PLUGIN_ACQUISITION" -> "false")

val pulumiUpOutput =
pulumi
.up(ctx.stackName, "--skip-preview")
.call(cwd = ctx.programDir, env = ctx.env)
.call(cwd = ctx.programDir, env = pulumiUpEnv)
.out
.text()

Expand Down

0 comments on commit b6f4690

Please sign in to comment.