parent
9601a8f6d2
commit
0790cf6ff2
|
@ -1,6 +1,7 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker://nixos/nix
|
||||||
steps:
|
steps:
|
||||||
- run: echo All very good
|
- run: echo All very good
|
||||||
|
- run: nix --version
|
||||||
|
|
Reference in a new issue