Skip to content

Commit

Permalink
fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pharmaverse-bot committed Nov 7, 2023
1 parent 0c23a4a commit d34d1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
- name: Print message
run: |
echo "updating docker image for renv ${{ matrix.value }}"
exit 1 # TODO: del (for testing)
- name: Set image specs
id: image_specs
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
echo "$script" > checks.R
Rscript checks.R
rm -f checks.R
shell: bash

- name: Upload check results
Expand Down

0 comments on commit d34d1ea

Please sign in to comment.