- Test against multiple target environment
- Dedicated test jobs
- Access to build artifacts
- Branch protections
- Required reviews
- Obvious approvals
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
os: [ubuntu-latest, windows-2016]
- Append the url after http://htmlpreview.github.io/?
- http://htmlpreview.github.io/?https://github.com/thomaspark/bootswatch/blob/v3.3.5/cosmo/index.html
- http://htmlpreview.github.io/?https://github.com/mohanmca/MohanLearningGround/blob/master/src/main/webapp/random_numbers.html
…or create a new repository on the command line echo "# DroolsPOC" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/mohanmca/DroolsPOC.git git push -u origin master