Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thchang/cicd-demo
Sandbox for learning how to set up GH Actions for CI/CD
https://github.com/thchang/cicd-demo
Last synced: about 1 month ago
JSON representation
Sandbox for learning how to set up GH Actions for CI/CD
- Host: GitHub
- URL: https://github.com/thchang/cicd-demo
- Owner: thchang
- Created: 2022-02-22T23:20:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T18:14:57.000Z (over 2 years ago)
- Last Synced: 2024-10-09T12:59:06.899Z (3 months ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cicd-demo
A sandbox for learning how to set up GitHub Actions for CI/CD.Uses ``numpy 1.10+``, in order to play with instaling dependencies.
Contains a sample identity function in ``src/test.py``.
Contains a single unit test in ``test/test_identity.py`` and a test runner script in ``test/run-tests.sh``.
The sample YAML file ``.github/workflows/demo-ci.yml`` is what GitHub uses to initiate the action.