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