We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9794abc commit be29e10Copy full SHA for be29e10
1 file changed
script/vsts/platforms/templates/test.yml
@@ -9,7 +9,7 @@ steps:
9
# Test
10
if ($env:AGENT_OS -eq "Darwin") {
11
osascript -e 'tell application "System Events" to keystroke "x"' # clear screen saver
12
- caffeinate -s 'node ./script/test.js' # Run with caffeinate to prevent screen saver
+ caffeinate -s './script/test.js' # Run with caffeinate to prevent screen saver. node shabang is automatically used.
13
} else {
14
node ./script/test.js
15
}
0 commit comments