diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index f3d3701..b21e96d 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -12,9 +12,9 @@ jobs: - run: nix-env -i nodejs - run: type -a nodejs || true - - run: type -a nodejs || true - - run: nix profile install nodejs - - run: type -a nodejs || true + # - run: type -a nodejs || true + # - run: nix profile install nodejs + # - run: type -a nodejs || true - uses: actions/checkout@v4