diff --git a/README.md b/README.md new file mode 100644 index 0000000..0aa2755 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +CI Pipeline Lab +This repository contains a simple Python project. + +Your task: + +Run tests locally +Create a GitHub Actions pipeline +Run tests automatically on every push +Steps: + +Clone the repository +Run tests locally +pytest + +Create a workflow in +.github/workflows/ci.yml