ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
74 stars 24 forks source link

container: Add dir container deploy test #547

Closed lukewarmtemp closed 11 months ago

lukewarmtemp commented 11 months ago

This change adds an integration test for deploying from a container image stored in a local directory. It is directly related a recent change to support the dir: transport when using ostree container image deploy: https://github.com/ostreedev/ostree-rs-ext/pull/544

cgwalters commented 11 months ago

BTW one tip to test Github Action changes is to push them to your fork's main branch, then you can see the runs in your fork without the noise of pushing to a PR.