Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.12 KB

File metadata and controls

29 lines (22 loc) · 1.12 KB
marp true
title Programming 2 - Homework 1
author Benjamin Wilking
theme uncover
style section { font-size: 30px }
class invert
paginate false

Homework #2


Testing Code with Github Actions

In Part I: Continuous Integration, Delivery & Deployment we got a rough overview about continuous integration and Github Actions.

Use your code from Homework #1, and create a GitHub workflow. For every commit on main:

  • compile your code
  • run the main executable
  • run the tests

☝️ You can start from scratch or you can take a look into the workflow files from learn2code and learn2code_1_demo_project and simplify it.