.github/workflows: add script to check that packages can still be
installed. This will allow us to confirm the repository's staging state in CI.
This commit is contained in:
parent
ec223373c6
commit
b6e7863cbd
2 changed files with 36 additions and 0 deletions
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
@ -87,3 +87,11 @@ jobs:
|
|||
cd /
|
||||
"$here/common/travis/show_files.sh" "$BOOTSTRAP" "$ARCH"
|
||||
)
|
||||
|
||||
- name: Verify repository state
|
||||
run: |
|
||||
(
|
||||
here="$(pwd)"
|
||||
cd /
|
||||
"$here/common/travis/check-install.sh" "$BOOTSTRAP" "$ARCH"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue