Skip to content

Commit ad31902

Browse files
committed
fix CI unit test runs
1 parent 9bfbe67 commit ad31902

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/check.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,21 @@ jobs:
1010
linting-and-testing:
1111
runs-on: ubuntu-24.04
1212
steps:
13-
- name: Check out the repo
14-
uses: actions/checkout@v4
15-
with:
16-
fetch-depth: 0
1713
- name: Set up Nix
1814
uses: cachix/install-nix-action@v30
1915
with:
2016
extra_nix_config: |
2117
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
2218
substituters = https://cache.nixos.org/
2319
nix_path: nixpkgs=channel:nixos-
20+
- name: Check out the repo
21+
uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 0
24+
- name: Set up direnv
25+
uses: HatsuneMiku3939/direnv-action@v1
2426
- name: Run tests and linters
25-
run: nix develop --command just validate-project
27+
run: nix develop --command just --list && nix develop --command just validate-project
2628
- name: Generate documentation markdown documents
2729
run: nix develop --command just generate-documentation
2830
- name: Check if all generated files have been already commited

0 commit comments

Comments
 (0)