Skip to content

Commit

Permalink
test: print directory
Browse files Browse the repository at this point in the history
  • Loading branch information
acrois committed Feb 4, 2024
1 parent 9823e44 commit c60c9d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pulumi_bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ console.log(`Pulumi: ${pulumiVersion}`)

if (!pulumiVersion) throw 'Invalid Pulumi version.'

await $`ls -la`
await $`pulumi login --local`
await $`pulumi stack select dev`

Expand Down

0 comments on commit c60c9d9

Please sign in to comment.