Compare commits
1 commit
57a5e3cb76
...
ad7e561a65
Author | SHA1 | Date | |
---|---|---|---|
ad7e561a65 |
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: lxc
|
||||
runs-on: docker
|
||||
container: nixos/nix
|
||||
steps:
|
||||
- run: echo ciao
|
||||
- run: nix --version
|
||||
|
|
Reference in a new issue