Skip to content

Show country in address, support any currency #21

Show country in address, support any currency

Show country in address, support any currency #21

Workflow file for this run

name: Run tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Install font "Liberation Sans"
run: sudo apt-get install fonts-liberation
- name: Install Typst
run: cargo install typst-cli
- name: Install Ghostscript
run: sudo apt-get install ghostscript
- name: Install ImageMagick
uses: mfinelli/setup-imagemagick@v5
- name: Run tests in parallel
run: make --jobs --output-sync test
- name: Upload PDFs and PDF diffs
uses: actions/upload-artifact@v4
with:
name: pdf-diffs
path: |
examples/*.pdf
template/*.pdf
diff_*.png