Update .forgejo/workflows/ci.yaml
Some checks failed
/ Flake-test (push) Failing after 27s

This commit is contained in:
Vili Sinervä 2025-06-09 02:30:48 +03:00
parent 36b34332cc
commit e529353ed4

View file

@ -2,9 +2,9 @@ on: [push]
# schedule:
# - cron: '@yearly'
jobs:
test:
Flake-test:
runs-on: nixos-latest
steps:
- run: nix --extra-experimental-features nix-command shell nixpkgs#nodejs-slim
- run: nix --extra-experimental-features 'nix-command flakes' shell nixpkgs#nodejs-slim
- uses: https://code.forgejo.org/actions/checkout@v4
- run: cat flake.nix