Skip to content

Commit

Permalink
readonly lib only when doing the CRAN check
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier authored Apr 26, 2024
1 parent e079728 commit a8ac5bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ jobs:
FULL_TEST_SUITE: 0

- name: check that tests did not write anything to the R library
if: matrix.config.vignettes
run: |
INSTALL_PATH=$(Rscript -e "cat(.libPaths()[1])")/XLConnect
INSTALLED_TIME=$(find "$INSTALL_PATH"/java -maxdepth 1 -type f -printf '%T@\n' | sort -n | tail -n 1 | awk '{print int($1+1)}' | xargs -I{} date -d "@{}" '+%Y-%m-%d %H:%M:%S')
Expand Down

0 comments on commit a8ac5bf

Please sign in to comment.