diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 63c7fe3..0aab0cc 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -21,7 +21,8 @@ jobs: - run: nix --option sandbox false profile install nixpkgs#devenv - uses: rharkor/caching-for-turbo@v1.8 - name: Run tests - shell: HOME=$(mktemp -d) devenv shell bash -- -e {0} # https://stackoverflow.com/a/78185023/12979111 + shell: | # https://stackoverflow.com/a/78185023/12979111 + HOME=$(mktemp -d) devenv shell bash -- -e {0} run: | pnpm install pnpm lint