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:
@ -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
|
||||
|
||||
|
3
.github/workflows/publish-to-pypi.yml
vendored
3
.github/workflows/publish-to-pypi.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user