File tree 3 files changed +3
-8
lines changed
3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 14
14
name : Check formatting
15
15
runs-on : ubuntu-latest
16
16
17
- permissions :
18
- contents : read
19
-
20
17
steps :
21
18
- uses : actions/checkout@v4
22
19
34
31
name : Test Modules
35
32
runs-on : ubuntu-latest
36
33
37
- permissions :
38
- contents : read
39
-
40
34
steps :
41
35
- uses : actions/checkout@v4
42
36
48
42
49
43
- name : Run VM
50
44
run : |
51
- nix build -L --show-trace ./dev#checks.x86_64-linux.module-vm-test
45
+ nix build --print-build-logs --show-trace ./dev#checks.x86_64-linux.module-vm-test
Original file line number Diff line number Diff line change 36
36
- name : Build & update docs
37
37
run : |
38
38
for module in "nixos" "home-manager"; do
39
- nix build -L --show-trace ./dev#"$module"-doc
39
+ nix build --print-build-logs --show-trace ./dev#"$module"-doc
40
40
cat result > docs/"$module"-options.md
41
41
rm result
42
42
done
Original file line number Diff line number Diff line change 7
7
paths :
8
8
- ' _sources/**'
9
9
- ' nvfetcher.toml'
10
+ branches : [main]
10
11
pull_request :
11
12
paths :
12
13
- ' _sources/**'
You can’t perform that action at this time.
0 commit comments