Skip to content

Commit

Permalink
Test long branch
Browse files Browse the repository at this point in the history
  • Loading branch information
komalali committed Oct 30, 2023
1 parent 0dc0bd5 commit cf1051b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulumi-programs/simple-resource/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as pulumi from "@pulumi/pulumi";

for(var i = 0; i < 1000; i++){
for(var i = 0; i < 100; i++){
pulumi.log.info("I am deploying...");
}

0 comments on commit cf1051b

Please sign in to comment.