Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final Submission: Executable Tutorial #1692

Merged
merged 9 commits into from
Apr 6, 2022
5 changes: 5 additions & 0 deletions contributions/executable-tutorial/gotthard-faivre/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ Executable tutorial
## Description
We intend to create a step-by-step tutorial on how you could potentially optimize a GitHub Actions pipeline in terms of execution time for a `node.js` application. The idea is to start with a *naive* and slow pipeline and iteratively apply optimizations to it and measure the improvement in execution time.

**links to tutorial:**

- [GitHub katacoda repo](https://github.com/BastienFaivre/katacoda-scenarios)
- [GitHub sample project repo](https://github.com/BastienFaivre/katacoda-GH-actions)
- [katacoda](https://www.katacoda.com/bastienfaivre/scenarios/github-actions-optimization)