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

This commit is contained in:
Kim, Jimin 2025-06-01 12:58:39 +09:00
parent b01f26cb3b
commit 34d134d39b
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -10,6 +10,8 @@ jobs:
test: test:
name: Test name: Test
runs-on: docker runs-on: docker
container:
image: ghcr.io/cachix/devenv/devenv:latest
steps: steps:
- run: nix-env -i nodejs - run: nix-env -i nodejs
- uses: actions/checkout@v4 - uses: actions/checkout@v4