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
|
||||
- run: nix profile install nixpkgs#devenv
|
||||
- uses: rharkor/caching-for-turbo@v1.8
|
||||
- run: |
|
||||
export HOME=$(mktemp -d)
|
||||
devenv shell pnpm install
|
||||
devenv shell pnpm lint
|
||||
devenv shell pnpm build
|
||||
devenv shell pnpm test:unit
|
||||
devenv shell pnpm test:e2e
|
||||
- name: Run tests
|
||||
shell: rm -rf /homeless-shelter && devenv shell bash -- -e {0}
|
||||
run: |
|
||||
pnpm install
|
||||
pnpm lint
|
||||
pnpm build
|
||||
pnpm test:unit
|
||||
pnpm test:e2e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue