Skip to content

Commit 4bee78f

Browse files
committed
CI: nix alls-green
1 parent 7779a49 commit 4bee78f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/nix.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,18 @@ jobs:
1717
name: gepetto
1818
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
1919
- run: nix build -L
20+
21+
check:
22+
if: always()
23+
name: check-macos-linux-nix
24+
25+
needs:
26+
- nix
27+
28+
runs-on: Ubuntu-latest
29+
30+
steps:
31+
- name: Decide whether the needed jobs succeeded or failed
32+
uses: re-actors/alls-green@release/v1
33+
with:
34+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)