This commit is contained in:
parent
079aa88e88
commit
7423d89a7e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- run: nix --option sandbox false profile install nixpkgs#devenv
|
- run: nix --option sandbox false profile install nixpkgs#devenv
|
||||||
- uses: rharkor/caching-for-turbo@v1.8
|
- uses: rharkor/caching-for-turbo@v1.8
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
shell: devenv shell bash -- -e {0}
|
shell: HOME=$(mktemp -d) devenv shell bash -- -e {0} # https://stackoverflow.com/a/78185023/12979111
|
||||||
run: |
|
run: |
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm lint
|
pnpm lint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue