ci: fix failing tests
This commit is contained in:
parent
972062f8e7
commit
68b07e007f
2 changed files with 4 additions and 2 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -10,12 +10,13 @@ jobs:
|
||||||
name: Test
|
name: Test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
# permissions required for nix caching to work properly
|
|
||||||
id-token: write
|
id-token: write
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/determinate-nix-action@v3
|
||||||
|
- 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
|
||||||
- name: Cache turbo build
|
- name: Cache turbo build
|
||||||
|
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -22,6 +22,7 @@
|
||||||
"microflash",
|
"microflash",
|
||||||
"nixd",
|
"nixd",
|
||||||
"nixfmt",
|
"nixfmt",
|
||||||
|
"nixos",
|
||||||
"nixpkgs",
|
"nixpkgs",
|
||||||
"nojs",
|
"nojs",
|
||||||
"noopener",
|
"noopener",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue