Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evgeni/action-autopkgtest
Run autopkgtest on a Debian package
https://github.com/evgeni/action-autopkgtest
autopkgtest debian github-actions
Last synced: 5 days ago
JSON representation
Run autopkgtest on a Debian package
- Host: GitHub
- URL: https://github.com/evgeni/action-autopkgtest
- Owner: evgeni
- License: mit
- Created: 2023-04-09T10:27:16.000Z (almost 2 years ago)
- Default Branch: devel
- Last Pushed: 2024-09-23T11:47:13.000Z (4 months ago)
- Last Synced: 2024-12-21T21:51:35.608Z (20 days ago)
- Topics: autopkgtest, debian, github-actions
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# autopkgtest docker action
This action runs [`autopkgtest`](https://salsa.debian.org/ci-team/autopkgtest) on a Debian package.
## Inputs
### `package`
The package to run `autopkgtest` on. Default `"*.changes"`.
### `base-image`
The base image to run `autopkgtest` in. Default `"debian:sid"`.
## Example usage
```yaml
uses: evgeni/action-autopkgtest@devel
with:
package: path/to/the/package_1.0.0-1_all.changes
```