parent
7b3d175ff6
commit
105d79208b
2 changed files with 5 additions and 5 deletions
|
@ -2,8 +2,8 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: nix
|
||||
|
||||
runs-on: debian-latest
|
||||
container:
|
||||
image: ghcr.io/nydragon/runner:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix --experimental-features 'nix-command flakes' flake check --verbose
|
||||
- run: nix flake check --verbose
|
||||
|
|
|
@ -24,7 +24,7 @@ in
|
|||
url = "https://git.ccnlc.eu";
|
||||
labels = [
|
||||
"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