From 958fe3f3c8ef2f97c3859eed357659bf30e15923 Mon Sep 17 00:00:00 2001 From: pompydev Date: Sun, 1 Jun 2025 06:35:26 +0900 Subject: [PATCH] ci: fix failing tests --- .github/workflows/test.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a13ae30..2bc7edc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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