This commit is contained in:
parent
6becb5f96f
commit
42220607ca
1 changed files with 2 additions and 1 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: rm -rf /homeless-shelter
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
shell: rm -rf /homeless-shelter && devenv shell bash -- -e {0}
|
shell: devenv shell bash -- -e {0}
|
||||||
run: |
|
run: |
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm lint
|
pnpm lint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue