This commit is contained in:
parent
616bd1e577
commit
88fd16174f
1 changed files with 8 additions and 1 deletions
|
@ -22,7 +22,14 @@ jobs:
|
||||||
- uses: rharkor/caching-for-turbo@v1.8
|
- uses: rharkor/caching-for-turbo@v1.8
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
export HOME=$(mktemp -d) # https://stackoverflow.com/a/78185023/12979111
|
# https://stackoverflow.com/a/78185023/12979111
|
||||||
|
export HOME=$(mktemp -d)
|
||||||
|
|
||||||
|
# https://github.com/NixOS/nix/issues/670#issuecomment-304524165
|
||||||
|
export NIX_STORE_DIR=$HOME/nix/store
|
||||||
|
export NIX_STATE_DIR=$HOME/nix/var/nix
|
||||||
|
export NIX_LOG_DIR=$HOME/nix/var/log/nix
|
||||||
|
|
||||||
devenv shell pnpm install
|
devenv shell pnpm install
|
||||||
devenv shell pnpm lint
|
devenv shell pnpm lint
|
||||||
devenv shell pnpm build
|
devenv shell pnpm build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue