actions update
This commit is contained in:
parent
f7d2cc5b14
commit
bfa6a2eb06
|
@ -1,11 +1,15 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: native
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
|
- name: checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: https://git.madhouse-project.org/actions/nix/install@main
|
- uses: https://git.madhouse-project.org/actions/nix/install@main
|
||||||
with:
|
with:
|
||||||
install-url: "https://nixos.org/nix/install"
|
install-url: "https://nixos.org/nix/install"
|
||||||
|
|
||||||
- name: Run something in a development environment
|
- name: Run something in a development environment
|
||||||
uses: https://git.madhouse-project.org/actions/nix/develop@main
|
uses: https://git.madhouse-project.org/actions/nix/develop@main
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue