https://github.com/httptoolkit/act-build-base
A base image for local GitHub Action builds with Act
https://github.com/httptoolkit/act-build-base
Last synced: 4 months ago
JSON representation
A base image for local GitHub Action builds with Act
- Host: GitHub
- URL: https://github.com/httptoolkit/act-build-base
- Owner: httptoolkit
- License: apache-2.0
- Created: 2020-10-22T12:21:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T16:59:38.000Z (over 1 year ago)
- Last Synced: 2025-01-15T04:48:50.105Z (about 1 year ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# act-build-base 
> _Part of [HTTP Toolkit](https://httptoolkit.tech): powerful tools for building, testing & debugging HTTP(S)_
A base image for local GitHub Action builds with [Act](https://github.com/nektos/act).
By default, includes enough of the GitHub base image dependencies to:
* Run `setup-node` and `setup-python`
* Install & test standard node.js projects (with `setup-node`)
* Build & install native node modules (with `setup-python` too)
* Run Puppeteer or Karma tests in Chrome
* Remain far far smaller than Act's [full-fat environment](https://hub.docker.com/r/nektos/act-environments-ubuntu)