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.
- Host: GitHub
- URL: https://github.com/lnxpy/test-actions
- Owner: lnxpy
- License: other
- Created: 2022-03-16T12:06:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T23:17:55.000Z (almost 4 years ago)
- Last Synced: 2025-03-09T12:49:04.135Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.