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 abf8ca5 commit a8c27f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pulumi_bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ console.log(`Pulumi: ${pulumiVersion}`)

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

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

Expand Down

0 comments on commit a8c27f8

Please sign in to comment.