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}
|
||||
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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue