Keda87 / node-todo-app

Practical use nodejs using express and ES6
0 stars 0 forks source link

Setup CI/CD using azure pipeline #4

Open Keda87 opened 5 years ago

Keda87 commented 5 years ago

Create pipeline to ensure all test run when there are new PR

references: https://www.youtube.com/watch?v=vlBuNM6Wzic

Keda87 commented 5 years ago

pipeline setup was done in PR #6 but still cannot run the testing

Keda87 commented 5 years ago

still failed to run docker within azure pipeline on PR #3 because can't read .env file. Still figuring out how to load environment variables within the build pipeline

Keda87 commented 5 years ago

references: