Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Lecture 8 — Continuous Integration with GitHub Actions (3h)

University of Pisa

Objectives

Content summary

CI concepts and a sample .github/workflows YAML. Hands-on: add a workflow to run pytest and/or build a small Docker image. Observe passing/failing runs and iterate.