https://github.com/klibio/github-actions-eval
https://github.com/klibio/github-actions-eval
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/klibio/github-actions-eval
- Owner: klibio
- Created: 2023-01-11T12:50:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T13:33:56.000Z (over 3 years ago)
- Last Synced: 2025-07-10T19:23:31.273Z (11 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Actions workflow evaluation
This repository aims to provide examples or testcases for the capabilities of official Github action runner instances.
For example we will test the Docker availability for different versions on different operating systems.
## Results
### Docker availability
Windows and Ubuntu runner have docker provided. MacOS runner do not, because MacOS is not supported by Docker and Docker is not licensed to be used in a service like that in MacOS (see [here](https://github.com/orgs/community/discussions/25777))