Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit adaac86

Browse files
committed
Scripts: run nodejs tests in one instance
1 parent 6eec6c0 commit adaac86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/node-testing/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ start = ->
5252

5353
shellCommandsArray = shellCommands.asArray {
5454
socialWorker : getNthInstancePublicIpAddress instanceData, 0
55-
nodejsWebServer : getNthInstancePublicIpAddress instanceData, 1
55+
nodejsWebServer : getNthInstancePublicIpAddress instanceData, 0
5656
}
5757

5858
async.each shellCommandsArray, iterator, (err) ->

0 commit comments

Comments
 (0)