furo-training / fnz-actions-fundamentals

MIT License
0 stars 3 forks source link

❓ What do you want to learn? #2

Open github-actions[bot] opened 3 weeks ago

github-actions[bot] commented 3 weeks ago

What is it you want to learn? What specific scenarios are you interrested in? Comment below 👇

gaobbo86 commented 3 weeks ago

how to setup a CI/CD in github and what's the unique feature it has

22367rh commented 3 weeks ago

Would like to learn how to convert existing AzDO pipelines to GitHub Actions process.

Pipelines that both do code compilation and unit testing as well as how to run an action with various configurable inputs.

Eg: Same defined action which passes a couple of variables through to underlying steps.

Also how to run substeps in parallel.

Ie: buiild core as part 1 then use the output to run unit tests while also building a sub project that depends on the first step

alienmars-water commented 3 weeks ago

what are the advantages of Github actions comparing to DevOps, and how it can help our daily work.

indoty commented 3 weeks ago

What makes Github superior to other source control tools

bluehunter9 commented 3 weeks ago

Setting up CI/CD in github. Mainly same as what others have provided

xiakeng commented 3 weeks ago

integrate with teamcity put complexed restrictions on pull request

fnzhli commented 3 weeks ago

Setting up CI/CD in github. Mainly same as what others have provided. + 1

aleemulhaque commented 3 weeks ago

Learn the features and capabilities of github actions to see how it can help us with our CI/CD pipelines, how to handle secrets, debug failed tasks