From a4216176bc443a3d212aac671dfebf1423ee0fe4 Mon Sep 17 00:00:00 2001 From: Andrea Bedini Date: Mon, 23 May 2022 12:33:03 +0800 Subject: [PATCH] Make sure we build containers too --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6525451..7b55e9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,9 @@ jobs: - name: Build run: cabal build + - name: Build containers (for docspec) + run: cabal build containers + - name: Install and run cabal-docspec if: matrix.os == 'ubuntu-latest' working-directory: ${{ env.HOME }}