Azure / actions-workflow-samples

Help developers to easily get started with GitHub Action workflows to deploy to Azure
https://github.com/Azure/actions
MIT License
447 stars 624 forks source link

Comment out npm run test statement. #120

Closed shpraka closed 2 years ago

shpraka commented 2 years ago

Changing the template for node jsyml for webdeploy action. Be default, the test gets executed and it takes long time to complete the action. Commenting out so that by default behavior is fast and user can uncomment if they choose to run the tests.

surenderssm commented 2 years ago

Looks good to me.