File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ jobs:
118
118
use-public-rspm : true
119
119
- name : Install R dependencies
120
120
uses : r-lib/actions/setup-r-dependencies@v2
121
+ cache : true
121
122
with :
122
123
packages : |
123
124
any::plyr
@@ -157,14 +158,21 @@ jobs:
157
158
use-public-rspm : true
158
159
- name : Install R dependencies
159
160
uses : r-lib/actions/setup-r-dependencies@v2
161
+ cache : true
160
162
with :
161
163
packages : |
162
164
any::tidyverse
163
- any::stats
164
165
any::assertr
165
166
- name : Download artifacts
166
167
uses : actions/download-artifact@v3
167
168
with :
168
169
name : Data
169
170
- name : Test against previous results
170
171
run : Rscript --vanilla tests/IVIMmodels/unit_tests/compare.r test_output.csv test_reference.csv reference_output.csv test_results.csv
172
+ - name : Upload data
173
+ uses : actions/upload-artifact@v3
174
+ with :
175
+ name : Comparison
176
+ path : |
177
+ test_reference.csv
178
+ test_results.csv
You can’t perform that action at this time.
0 commit comments