Test CI with nixos docker CT
This commit is contained in:
parent
9d6a03977c
commit
42e336853d
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
---
|
---
|
||||||
on: push
|
on: push
|
||||||
jobs:
|
jobs:
|
||||||
ipv6:
|
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
image: nixos/nix:2.24.9
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
|
ls -alh
|
||||||
echo "All set !"
|
echo "All set !"
|
||||||
|
|
Loading…
Reference in a new issue