Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacksmith15/github-actions-test-result-caching
A repository for experimenting with test result caching in GitHub Actions
https://github.com/jacksmith15/github-actions-test-result-caching
Last synced: 16 days ago
JSON representation
A repository for experimenting with test result caching in GitHub Actions
- Host: GitHub
- URL: https://github.com/jacksmith15/github-actions-test-result-caching
- Owner: jacksmith15
- Created: 2023-09-04T14:03:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-08T16:18:45.000Z (about 1 year ago)
- Last Synced: 2024-10-09T13:56:10.220Z (27 days ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-actions-test-result-caching
Experimenting with caching test-results in GitHub Actions
Various dummy projects are found under [packages/](./packages). The result caching workflow is found in [.github/workflows/test.yaml](./github/workflows/test.yaml).
A demonstrative PR is available at https://github.com/jacksmith15/github-actions-test-result-caching/pull/2
# License
This project is distributed under the MIT license.