Skip to content

Commit a301354

Browse files
committed
upd workflow
1 parent 55c06a8 commit a301354

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/runreplication.yml

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Workflow based on https://blog--simonpcouch.netlify.app/blog/r-github-actions-commit/
2-
name: Replication
2+
name: Replication of Simulation Study
33

44
on:
55
schedule:
@@ -56,11 +56,6 @@ jobs:
5656
remotes::install_cran("rcmdcheck")
5757
shell: Rscript {0}
5858

59-
- name: Introduction and Cross Fit
60-
run: |
61-
source("Code/examples_failure_n_500_p_20.R")
62-
shell: Rscript {0}
63-
6459
- name: Run PLR
6560
run: |
6661
source("Code/sim_plr.R")
@@ -84,16 +79,12 @@ jobs:
8479
- uses: actions/upload-artifact@v3
8580
with:
8681
name: sim-results
87-
path: |
88-
./simresults/
89-
./Figures/
82+
path: ./simresults/
9083

9184
- uses: actions/download-artifact@v3
9285
with:
9386
name: sim-results
94-
path: |
95-
./simresults/
96-
./Figures/
87+
path: ./simresults/
9788

9889
- name: Merge results
9990
run: |

0 commit comments

Comments
 (0)