Skip to content

Commit

Permalink
CI: prove.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Feb 5, 2024
1 parent 1233057 commit 726791e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@ jobs:
printf 'Apt::Install-Recommends "false";\n' | tee -a /etc/apt/apt.conf
apt-get update
apt-get install -y python3-gi-cairo gir1.2-pango-1.0
apt-get install -y perl
- name: check Python version
run: |
python3 --version
- name: smoke test
- name: run tests
run: |
export LC_ALL=C.UTF-8
./ubanner --trim 'νιάου'
./ubanner --full-screen 'νιάου'
./ubanner --list-fonts
prove -v
static:
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 726791e

Please sign in to comment.