This is a sandbox project created to try out GitHub Actions.
When a commit is triggered on this project, the following actions will happen in the CI pipeline:
- The necessary dependecies will get installed.
- The test application will get compiled.
- The
pytest
test will get invoked, which runs the client / server communication and verifies that the correct data is recieved.