This commit is contained in:
parent
595769ddd9
commit
e4baa81434
1 changed files with 3 additions and 9 deletions
|
|
@ -1,18 +1,12 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: host
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- run: |
|
||||
apt update
|
||||
apt install sudo
|
||||
apt install just
|
||||
nix develop
|
||||
|
||||
- uses: https://github.com/cachix/install-nix-action@v27
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
||||
- run: nix develop --command just test
|
||||
- run: just test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue