Skip to content

Commit

Permalink
revise check command
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 1, 2024
1 parent 6dd319b commit 4681640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
package_file=$(ls *.tar.gz)
# Run package checks on the tar.gz file
docker run --rm -v $(pwd):/workspace -w /workspace ${{ env.DOCKER_IMAGE }}@sha256:$digest R CMD check $package_file
docker run --rm -v $(pwd):/workspace -w /workspace ${{ env.DOCKER_IMAGE }}@sha256:$digest R CMD check --no-manual --as-cran $package_file
merge:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4681640

Please sign in to comment.