We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80de5b commit 9e1516bCopy full SHA for 9e1516b
1 file changed
.github/workflows/ci.yml
@@ -60,8 +60,8 @@ jobs:
60
run: |
61
"HELLO=PowerShell" | Out-File -FilePath .env.testing
62
"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
+ Get-Command .\node_modules\.bin\dotenvx.ps1
+ $OUTPUT = .\node_modules\.bin\dotenvx.ps1 run -f .env.testing -- node index.js
65
Write-Output $OUTPUT
66
if ($OUTPUT -ne "PowerShell") {
67
Write-Output "expected PowerShell, got '$OUTPUT'"
0 commit comments