parent
7b3d175ff6
commit
360467b251
2 changed files with 2 additions and 4 deletions
|
@ -2,8 +2,6 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: nix
|
runs-on: nixos
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- run: nix --experimental-features 'nix-command flakes' flake check --verbose
|
- run: nix --experimental-features 'nix-command flakes' flake check --verbose
|
||||||
|
|
|
@ -24,7 +24,7 @@ in
|
||||||
url = "https://git.ccnlc.eu";
|
url = "https://git.ccnlc.eu";
|
||||||
labels = [
|
labels = [
|
||||||
"debian-latest:docker://node:18-bullseye"
|
"debian-latest:docker://node:18-bullseye"
|
||||||
"nixos:docker://ghcr.io/nydragon/runner@sha256:0378d0f8ad08e2d4e541fba37c688fd46a3088d47314343ef3158ce94c7e1713"
|
"nixos:docker://ghcr.io/nydragon/runner@sha256:2d353515d7461fe493cb69f538ebf188944b0de8fd2613a652636fc75098acac"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue