From 2c697ddc140a1a8559545d379680c28dfda9b34c Mon Sep 17 00:00:00 2001 From: pompydev Date: Sun, 1 Jun 2025 06:39:25 +0900 Subject: [PATCH] ci: fix failing tests --- .github/workflows/test.yml | 7 ++++--- .vscode/settings.json | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2bc7edc..2d3406e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,9 +18,10 @@ jobs: shell: devenv shell bash -- -e {0} steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/flakehub-cache-action@main - - uses: DeterminateSystems/flake-checker-action@main + - uses: cachix/install-nix-action@v26 + - uses: cachix/cachix-action@v14 + with: + name: devenv - name: Install devenv.sh run: nix profile install nixpkgs#devenv shell: bash -e {0} diff --git a/.vscode/settings.json b/.vscode/settings.json index f71b0dc..0f155d4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,12 +1,14 @@ { // Spelling "cSpell.words": [ + "cachix", "callout", "callouts", "deno", "devenv", "direnv", "dompurify", + "dtinth", "elasticlunr", "fnref", "Fontawesome",