Skip to content

Commit

Permalink
FIXUP: Check that GUI imports work
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Aug 4, 2023
1 parent d80cfeb commit c4d1a23
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c4d1a23

Please sign in to comment.