ci: fix test not working

This commit is contained in:
Kim, Jimin 2025-01-05 09:22:51 +09:00
parent 53bc14dae1
commit 47ad2a7867
Signed by: pomp
GPG key ID: 2B516173EDD492EB

View file

@ -13,6 +13,9 @@ jobs:
# permissions required for nix caching to work properly
id-token: write
contents: read
defaults:
run:
shell: devenv shell bash -- -e {0}
steps:
- uses: actions/checkout@v4