From c4d1a2351c4909a32e1526708a91adecdd900cb8 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Fri, 4 Aug 2023 12:09:00 +0300 Subject: [PATCH] FIXUP: Check that GUI imports work --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a27d08431..278836672 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,4 +150,10 @@ jobs: run: | ./dev_scripts/env.py --distro ${{ matrix.distro }} \ --version ${{ matrix.version }} \ - run --no-gui dangerzone-cli dangerzone/tests/test_docs/sample-pdf.pdf + run dangerzone-cli dangerzone/tests/test_docs/sample-pdf.pdf + + - name: Check that the Dangerzone GUI imports work + run: | + ./dev_scripts/env.py --distro ${{ matrix.distro }} \ + --version ${{ matrix.version }} \ + run dangerzone --help