fix: test
Some checks failed
/ test (push) Failing after 4m40s

This commit is contained in:
nydragon 2025-03-01 15:13:36 +01:00
parent c2c2634694
commit dbf2f9f6fc
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -2,8 +2,8 @@ on: [push]
jobs:
test:
runs-on: debian-latest
container:
image: nixos/nix
steps:
- run: nix flake check --verbose
runs-on: nix-latest
steps:
- 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