File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 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 :
53
51
- 9.6.2
54
52
exclude :
55
53
- module : rules_haskell_nix
54
+
56
55
bzlmod : false
57
56
# TODO: in a MODULE.bazel file we declare version specific dependencies, would need to use stack snapshot json
58
57
# and stack config per GHC version
@@ -133,8 +132,6 @@ jobs:
133
132
134
133
test-bindist :
135
134
name : Build & Test - bindist
136
- needs :
137
- - lint
138
135
strategy :
139
136
fail-fast : false
140
137
matrix :
@@ -257,3 +254,15 @@ jobs:
257
254
with :
258
255
name : Logs ${{ matrix.os }} ${{ matrix.module }} ${{ matrix.bzlmod }}
259
256
path : logs
257
+
258
+ all_ci_tests :
259
+ runs-on : ubuntu-latest
260
+ needs :
261
+ - lint
262
+ - test-nixpkgs
263
+ - test-bindist
264
+ if : ${{ always() }}
265
+ steps :
266
+ - uses : cgrindel/gha_join_jobs@794a2d117251f22607f1aab937d3fd3eaaf9a2f5 # v1
267
+ with :
268
+ github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments