ci: fix failing tests
Some checks failed
Test / Test (push) Failing after 7m29s

This commit is contained in:
Kim, Jimin 2025-06-01 12:29:15 +09:00
parent 4ec7a1fae1
commit 4f294031dd
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -20,8 +20,7 @@ jobs:
nix \ nix \
--extra-experimental-features nix-command \ --extra-experimental-features nix-command \
--extra-experimental-features flakes \ --extra-experimental-features flakes \
nix profile install flake:nixpkgs#legacyPackages.x86_64-linux.devenv --priority 6 \ profile install nixpkgs#devenv --priority 4
profile install nixpkgs#devenv
- run: devenv shell pnpm install - run: devenv shell pnpm install
- run: devenv shell pnpm lint - run: devenv shell pnpm lint
- run: devenv shell pnpm build - run: devenv shell pnpm build