diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 8a179c2..2258d60 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -17,8 +17,9 @@ jobs: - uses: cachix/install-nix-action@v31 - run: nix profile install nixpkgs#devenv - uses: rharkor/caching-for-turbo@v1.8 + - run: rm -rf /homeless-shelter - name: Run tests - shell: rm -rf /homeless-shelter && devenv shell bash -- -e {0} + shell: devenv shell bash -- -e {0} run: | pnpm install pnpm lint