File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 14
14
- ' nix/**'
15
15
- ' flake.*'
16
16
17
- env :
18
- # This define the targeted systems we want to check (and later deploy) the nixosConfiguration
19
- MATRIX : |
20
- matrix={"include":[
21
- {"target":"webforge","hostname":"webforge","domain":"tahoe-lafs.org"}
22
- ]}
23
-
24
17
jobs :
25
18
check :
26
19
name : Check
39
32
run : |
40
33
nix flake show
41
34
nix flake check
35
+ env :
36
+ # This define the targeted systems we want to check (and later deploy) the nixosConfiguration
37
+ MATRIX : |
38
+ matrix={"include":[
39
+ {"target":"webforge","hostname":"webforge","domain":"tahoe-lafs.org"}
40
+ ]}
42
41
43
42
build :
44
43
name : Build
47
46
needs : check
48
47
strategy :
49
48
fail-fast : false
50
- matrix : ${{fromJson(env.MATRIX)}}
49
+ matrix : ${{fromJson(needs.check. env.MATRIX)}}
51
50
steps :
52
51
- name : Checkout
53
52
id : checkout
You can’t perform that action at this time.
0 commit comments