mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00
ci: make job to collect all upstream jobs to enable a status check
This commit is contained in:
parent
17697849ed
commit
022fd05191
1 changed files with 11 additions and 0 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
@ -86,3 +86,14 @@ jobs:
|
||||||
name: poetry2nix
|
name: poetry2nix
|
||||||
signingKey: "VhaWuN3IyJVpWg+aZvTocVB+W8ziZKKRGLKR53Pkld3YRZxYOUfXZf0fvqF+LkqVW0eA60trVd5vsqNONpX9Hw=="
|
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'
|
- 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue