From b6e7863cbd662f0249c4b654c7f550456edabfa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 18 Dec 2020 14:53:10 -0300 Subject: .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. --- .github/workflows/build.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index be2fd7969db..72f2b3811a3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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" + ) -- cgit v1.2.3