Skip to content

Commit

Permalink
Upload PDF diffs for inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Apr 9, 2024
1 parent 27b93ca commit 09b2ead
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 @@ -45,7 +45,8 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@latest
if: "matrix.python-version == '3.11'"
with:
packages: diff-pdf
# https://github.com/vslavik/diff-pdf/pull/85
packages: diff-pdf-wx
version: 1.0
- uses: actions/cache@v3
name: Tectonic Cache
Expand Down Expand Up @@ -80,6 +81,11 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
- uses: actions/upload-artifact@v3
if: "matrix.python-version == '3.11' && failure()"
with:
name: PDF-diffs
path: test/diff

release:
name: Create release and send to PyPI
Expand Down

0 comments on commit 09b2ead

Please sign in to comment.