This commit is contained in:
parent
15b51a5692
commit
9bdda6bfba
2 changed files with 5 additions and 4 deletions
|
@ -2,8 +2,8 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: debian-latest
|
runs-on: nix-latest
|
||||||
container:
|
|
||||||
image: ghcr.io/nydragon/runner:latest
|
|
||||||
steps:
|
steps:
|
||||||
- run: nix flake check --verbose
|
- run: nix --experimental-features 'nix-command flakes' profile install nixpkgs#nodejs-slim
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: nix --experimental-features 'nix-command flakes' flake check --verbose
|
||||||
|
|
|
@ -24,6 +24,7 @@ in
|
||||||
labels = [
|
labels = [
|
||||||
"debian-latest:docker://node:18-bullseye"
|
"debian-latest:docker://node:18-bullseye"
|
||||||
"ubuntu-latest:docker://node:18-bullseye"
|
"ubuntu-latest:docker://node:18-bullseye"
|
||||||
|
"nix-latest:docker://nixos/nix:latest"
|
||||||
];
|
];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue