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}
|
shell: devenv shell bash -- -e {0}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
- uses: cachix/install-nix-action@v30
|
|
||||||
|
|
||||||
- uses: cachix/cachix-action@v15
|
|
||||||
with:
|
|
||||||
name: devenv
|
|
||||||
|
|
||||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||||
|
- uses: DeterminateSystems/flake-checker-action@main
|
||||||
- name: Install devenv.sh
|
- name: Install devenv.sh
|
||||||
run: nix profile install nixpkgs#devenv
|
run: nix profile install nixpkgs#devenv
|
||||||
shell: bash -e {0}
|
shell: bash -e {0}
|
||||||
|
|
||||||
- name: Cache turbo build
|
- name: Cache turbo build
|
||||||
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
||||||
|
|
||||||
- run: pnpm install
|
- run: pnpm install
|
||||||
- run: pnpm lint
|
- run: pnpm lint
|
||||||
- run: pnpm build
|
- run: pnpm build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue