File tree 1 file changed +13
-4
lines changed
1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 39
39
40
40
test-nixpkgs :
41
41
name : Build & Test - Nixpkgs
42
- needs :
43
- - lint
44
42
strategy :
45
43
fail-fast : false
46
44
matrix :
52
50
- 9.4.6
53
51
exclude :
54
52
- module : rules_haskell_nix
53
+
55
54
bzlmod : false
56
55
# TODO: in a MODULE.bazel file we declare version specific dependencies, would need to use stack snapshot json
57
56
# and stack config per GHC version
@@ -130,8 +129,6 @@ jobs:
130
129
131
130
test-bindist :
132
131
name : Build & Test - bindist
133
- needs :
134
- - lint
135
132
strategy :
136
133
fail-fast : false
137
134
matrix :
@@ -254,3 +251,15 @@ jobs:
254
251
with :
255
252
name : Logs ${{ matrix.os }} ${{ matrix.module }} ${{ matrix.bzlmod }}
256
253
path : logs
254
+
255
+ all_ci_tests :
256
+ runs-on : ubuntu-latest
257
+ needs :
258
+ - lint
259
+ - test-nixpkgs
260
+ - test-bindist
261
+ if : ${{ always() }}
262
+ steps :
263
+ - uses : cgrindel/gha_join_jobs@794a2d117251f22607f1aab937d3fd3eaaf9a2f5 # v1
264
+ with :
265
+ github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments