An open API service indexing awesome lists of open source software.

https://github.com/lnxpy/test-actions

:octocat: Testing Github Actions as a CI tool for testing pull requests on @codehub-ir API post request.
https://github.com/lnxpy/test-actions

Last synced: 3 months ago
JSON representation

:octocat: Testing Github Actions as a CI tool for testing pull requests on @codehub-ir API post request.

Awesome Lists containing this project

README

          

### Testing GitHub Actions with CodeHub Push APIs

> :page_facing_up: [Check the blog post for more information about the implementation and concepts](https://imsadra.me/lights-camera-github-actions).

The aim is to have a Continous Integration (CI) system on [Codehub's Snippet Push API](https://codehub.pythonanywhere.com/api/v1/docs#operation/snippet_create). There is a simple Pythonic class tries to interact with the endpoint and send the provided data to the endpoint. There is only one test case testing the post request with the provided data.