add docker load test
This commit is contained in:
parent
d0896210c7
commit
af151af445
2 changed files with 10 additions and 0 deletions
|
|
@ -28,3 +28,8 @@ jobs:
|
|||
cd stable-with-flakes
|
||||
nix build .#nixos-stable
|
||||
cd ..
|
||||
|
||||
- name: Load Test
|
||||
run: |
|
||||
docker load < result
|
||||
docker image ls
|
||||
|
|
|
|||
|
|
@ -28,3 +28,8 @@ jobs:
|
|||
cd unstable-with-flakes
|
||||
nix build .#nixos-unstable
|
||||
cd ..
|
||||
|
||||
- name: Load Test
|
||||
run: |
|
||||
docker load < result
|
||||
docker image ls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue