diff --git a/.github/workflows/test_fredi.yml b/.github/workflows/test_fredi.yml index 9dfa6533..e555ae07 100644 --- a/.github/workflows/test_fredi.yml +++ b/.github/workflows/test_fredi.yml @@ -101,22 +101,22 @@ jobs: ### Detach FrEDI package package:FrEDI |> detach(unload=TRUE) - # ###### Run FrEDI for New Branch ###### - # ### Install FrEDI from new branch - # devtools::install_github(repo=urlRepo, ref=newBranch, dependencies=F, upgrade="never", force=T, type="source") - # .libPaths()[1] |> list.files() |> print() - # library(FrEDI) - # dfNew <- run_fredi(aggLevels=cAggLvls) - # dfNew |> save(file=oFileNew) - # "got here4" |> print() - # - # ###### Test results ###### - # ### Load testing scripts - # tFiles0 <- tPath0 |> list.files(full.names=TRUE) - # for(file_i in tFiles0){file_i |> source(); rm(file_i)} - # ### Get test results - # dfTests <- general_fredi_test(newOutputs=dfNew, refOutputs=dfRef, outPath=oPath0) - # "got here5" |> print() + ###### Run FrEDI for New Branch ###### + ### Install FrEDI from new branch + devtools::install_github(repo=urlRepo, ref=newBranch, dependencies=F, upgrade="never", force=T, type="source") + .libPaths()[1] |> list.files() |> print() + library(FrEDI) + dfNew <- run_fredi(aggLevels=cAggLvls) + dfNew |> save(file=oFileNew) + "got here4" |> print() + + ###### Test results ###### + ### Load testing scripts + tFiles0 <- tPath0 |> list.files(full.names=TRUE) + for(file_i in tFiles0){file_i |> source(); rm(file_i)} + ### Get test results + dfTests <- general_fredi_test(newOutputs=dfNew, refOutputs=dfRef, outPath=oPath0) + "got here5" |> print() ' - name: Upload Tests