1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-21 05:33:20 +02:00

(v2.1.1.9212) unit tests

This commit is contained in:
2025-03-16 13:25:54 +01:00
parent 98bc83da73
commit 7a39439fa9
5 changed files with 7 additions and 4 deletions

View File

@ -95,7 +95,7 @@ jobs:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
- name: Debug: List all files in check directory
- name: List all files in check directory
run: |
find /Users/runner/work/AMR/AMR/check -type f

View File

@ -38,6 +38,9 @@ jobs:
update-pypi:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v4