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: jobs:
test: test:
runs-on: debian-latest runs-on: nix-latest
container: steps:
image: nixos/nix - run: nix --experimental-features 'nix-command flakes' profile install nixpkgs#nodejs-slim
steps: - uses: actions/checkout@v4
- run: nix flake check --verbose - run: nix --experimental-features 'nix-command flakes' flake check --verbose