Merge pull request #96 from DeterminateSystems/fixup-required-tests

tests: make megajob block on failure
This commit is contained in:
Cole Helbling 2024-05-30 05:53:28 -07:00 committed by GitHub
commit f51ebf9a6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,8 +14,13 @@ jobs:
- install-nix-linux
- install-nix-macos
- install-with-non-default-source-inputs
# NOTE(cole-h): GitHub treats "skipped" as "OK" for the purposes of required checks on branch
# protection, so we take advantage of this fact and fail if any of the dependent actions failed,
# or "skip" (which is a success for GHA's purposes) if none of them did.
if: failure()
steps:
- run: true
- name: Dependent checks failed
run: exit 1
check-dist-up-to-date:
name: Check the dist/ folder is up to date