From 47ad2a78678696aacf6e8cacdb054444e93d3f27 Mon Sep 17 00:00:00 2001 From: developomp Date: Sun, 5 Jan 2025 09:22:51 +0900 Subject: [PATCH] ci: fix test not working --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86d1896..aec821f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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