This commit is contained in:
parent
0691a7e2c7
commit
6becb5f96f
1 changed files with 8 additions and 7 deletions
|
@ -17,10 +17,11 @@ 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: |
|
- name: Run tests
|
||||||
export HOME=$(mktemp -d)
|
shell: rm -rf /homeless-shelter && devenv shell bash -- -e {0}
|
||||||
devenv shell pnpm install
|
run: |
|
||||||
devenv shell pnpm lint
|
pnpm install
|
||||||
devenv shell pnpm build
|
pnpm lint
|
||||||
devenv shell pnpm test:unit
|
pnpm build
|
||||||
devenv shell pnpm test:e2e
|
pnpm test:unit
|
||||||
|
pnpm test:e2e
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue