ci: fix failing tests
This commit is contained in:
parent
3d2dc3a6f9
commit
958fe3f3c8
1 changed files with 2 additions and 10 deletions
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
|
@ -18,22 +18,14 @@ jobs:
|
|||
shell: devenv shell bash -- -e {0}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: cachix/install-nix-action@v30
|
||||
|
||||
- uses: cachix/cachix-action@v15
|
||||
with:
|
||||
name: devenv
|
||||
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||
|
||||
- uses: DeterminateSystems/flake-checker-action@main
|
||||
- name: Install devenv.sh
|
||||
run: nix profile install nixpkgs#devenv
|
||||
shell: bash -e {0}
|
||||
|
||||
- name: Cache turbo build
|
||||
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
||||
|
||||
- run: pnpm install
|
||||
- run: pnpm lint
|
||||
- run: pnpm build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue