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:
|
||||
test:
|
||||
runs-on: debian-latest
|
||||
container:
|
||||
image: ghcr.io/nydragon/runner:latest
|
||||
runs-on: nix-latest
|
||||
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 = [
|
||||
"debian-latest:docker://node:18-bullseye"
|
||||
"ubuntu-latest:docker://node:18-bullseye"
|
||||
"nix-latest:docker://nixos/nix:latest"
|
||||
];
|
||||
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Reference in a new issue