ci: fix failing tests
Some checks failed
Test / Test (push) Failing after 1m12s

This commit is contained in:
Kim, Jimin 2025-06-01 12:05:11 +09:00
parent 18e3d1a6ae
commit f946baf6d1
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -16,7 +16,7 @@ jobs:
- run: nix-env -i nodejs
- uses: actions/checkout@v4
- name: Install devenv.sh
run: nix --extra-experimental-features nix-command profile install nixpkgs#devenv
run: nix --extra-experimental-features nix-command --extra-experimental-features flakes profile install nixpkgs#devenv
- run: devenv shell pnpm install
- run: devenv shell pnpm lint
- run: devenv shell pnpm build