This commit is contained in:
parent
447af31139
commit
0056784e6e
1 changed files with 6 additions and 5 deletions
|
@ -17,8 +17,9 @@ jobs:
|
||||||
- uses: cachix/install-nix-action@v31
|
- uses: cachix/install-nix-action@v31
|
||||||
- run: nix profile install nixpkgs#devenv
|
- run: nix profile install nixpkgs#devenv
|
||||||
- uses: rharkor/caching-for-turbo@v1.8
|
- uses: rharkor/caching-for-turbo@v1.8
|
||||||
- run: devenv shell pnpm install
|
# https://github.com/NixOS/nixpkgs/issues/16144#issuecomment-225422439
|
||||||
- run: devenv shell pnpm lint
|
- run: HOME=$TMP devenv shell pnpm install
|
||||||
- run: devenv shell pnpm build
|
- run: HOME=$TMP devenv shell pnpm lint
|
||||||
- run: devenv shell pnpm test:unit
|
- run: HOME=$TMP devenv shell pnpm build
|
||||||
- run: devenv shell pnpm test:e2e
|
- run: HOME=$TMP devenv shell pnpm test:unit
|
||||||
|
- run: HOME=$TMP devenv shell pnpm test:e2e
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue