Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```