ci: fix failing tests
This commit is contained in:
parent
958fe3f3c8
commit
2c697ddc14
2 changed files with 6 additions and 3 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -18,9 +18,10 @@ 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@v26
|
||||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
- uses: cachix/cachix-action@v14
|
||||||
- uses: DeterminateSystems/flake-checker-action@main
|
with:
|
||||||
|
name: devenv
|
||||||
- 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}
|
||||||
|
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -1,12 +1,14 @@
|
||||||
{
|
{
|
||||||
// Spelling
|
// Spelling
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
|
"cachix",
|
||||||
"callout",
|
"callout",
|
||||||
"callouts",
|
"callouts",
|
||||||
"deno",
|
"deno",
|
||||||
"devenv",
|
"devenv",
|
||||||
"direnv",
|
"direnv",
|
||||||
"dompurify",
|
"dompurify",
|
||||||
|
"dtinth",
|
||||||
"elasticlunr",
|
"elasticlunr",
|
||||||
"fnref",
|
"fnref",
|
||||||
"Fontawesome",
|
"Fontawesome",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue