Skip to content

Commit 9e1516b

Browse files
authored
Update dotenvx command for PowerShell script
1 parent c80de5b commit 9e1516b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
run: |
6161
"HELLO=PowerShell" | Out-File -FilePath .env.testing
6262
"console.log(process.env.HELLO)" | Out-File -FilePath index.js
63-
Get-Command .\node_modules\.bin\dotenvx
64-
$OUTPUT = .\node_modules\.bin\dotenvx run -f .env.testing -- node index.js
63+
Get-Command .\node_modules\.bin\dotenvx.ps1
64+
$OUTPUT = .\node_modules\.bin\dotenvx.ps1 run -f .env.testing -- node index.js
6565
Write-Output $OUTPUT
6666
if ($OUTPUT -ne "PowerShell") {
6767
Write-Output "expected PowerShell, got '$OUTPUT'"

0 commit comments

Comments
 (0)