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