ci: make job to collect all upstream jobs to enable a status check

This commit is contained in:
Phillip Cloud 2023-07-10 07:16:06 -05:00
parent 17697849ed
commit 022fd05191
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -86,3 +86,14 @@ jobs:
name: poetry2nix
signingKey: "VhaWuN3IyJVpWg+aZvTocVB+W8ziZKKRGLKR53Pkld3YRZxYOUfXZf0fvqF+LkqVW0eA60trVd5vsqNONpX9Hw=="
- run: nix-shell --arg packages 'pkgs:[ pkgs.nix-build-uncached ]' --run 'nix-build-uncached -build-flags "-L" --keep-going --show-trace tests/default.nix'
collect:
runs-on: ubuntu-latest
needs:
- nixpkgs-fmt
- black-fmt
- builds-linux
- builds-macos
- sort-build-systems
steps:
- run: exit 0