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

Commenting `npm run test` in the sample workflow #150

Closed sgollapudi77 closed 11 months ago

sgollapudi77 commented 11 months ago

Commenting the npm run test. Changing the template for nodejs.yml for webdeploy action. By default, the test gets executed and it takes longer 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.