Merge pull request #105 from kolloch/feature/manifest-without-auth #185
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Test images with Podman" | |
on: | |
pull_request: | |
push: | |
branches: | |
- 'master' | |
jobs: | |
tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: cachix/install-nix-action@v15 | |
- run: | | |
# See https://github.com/containers/podman/issues/5114#issuecomment-779406347 | |
rm -rf ~/.local/share/containers/ | |
nix run -L '.#tests.all' |