This commit is contained in:
parent
7423d89a7e
commit
df6f471d10
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue