Updated ci/cd to stop running image comparisons #176
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes:
CI=true
value on yaml file to stop automatic running of image comparison tests intest_001_plotter.R
test_001_plotter.R
Note:
on dev side, moving forward, if we ever want to add new tests for various conditions, we can set env variables via
.Rnenviron
files in root directory file of the project. To load these environment variables, we can runreadRenviron(".Renviron")
in console before running the tests.CI/CD not fully fix yet:
However, image comparison tests are being skipped successfully and tests are all passing
For now, since R-CMD-CHECK is "failing" on CI/CD due to "warnings", not pressing to be fixed yet. Will try to fix in next CI/CD related PR.