From bd58cd73b3a8a347eae1e113377cc816f1a286b3 Mon Sep 17 00:00:00 2001 From: Karen Noiva Date: Mon, 25 Nov 2024 21:39:43 -0500 Subject: [PATCH] Update compile_main_fredi_data.yml Uncommented lines to install FrEDI package in compile_main_fredi_data.yml --- .github/workflows/compile_main_fredi_data.yml | 60 +++++++++---------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/compile_main_fredi_data.yml b/.github/workflows/compile_main_fredi_data.yml index ba1ecad..0c40319 100644 --- a/.github/workflows/compile_main_fredi_data.yml +++ b/.github/workflows/compile_main_fredi_data.yml @@ -56,34 +56,34 @@ jobs: type = "source" )' - - name: Run createsystemData - run: | - Rscript -e ' - projectDir <- "." - scriptDir <- projectDir |> file.path("scripts") - scriptDir |> file.path("configureFrediData.R") |> source() - test0 <- projectDir |> configureFrediData(save=T) - "./data_tests/" |> list.files() |> print() - "./data/" |> list.files() |> print() - ' - - - name: Upload Tests - uses: actions/upload-artifact@v4 - with: - name: Data - path: | - ./data_tests/* - ./data/tmp_sysdata.rd* - - - - name: Commit results - run: | - git config --local core.autocrlf false - git config --local user.email "${{ github.actor }}@users.noreply.github.com" - git config --local user.name "${{ github.actor }}" - git add data/tmp_sysdata.rd* - git add data_tests/**.xlsx - git pull origin ${{ github.head_ref }} --autostash --rebase -X ours - git commit -a -m "Updated temporary system data and tests" - git push + # - name: Run createsystemData + # run: | + # Rscript -e ' + # projectDir <- "." + # scriptDir <- projectDir |> file.path("scripts") + # scriptDir |> file.path("configureFrediData.R") |> source() + # test0 <- projectDir |> configureFrediData(save=T) + # "./data_tests/" |> list.files() |> print() + # "./data/" |> list.files() |> print() + # ' + # + # - name: Upload Tests + # uses: actions/upload-artifact@v4 + # with: + # name: Data + # path: | + # ./data_tests/* + # ./data/tmp_sysdata.rd* + # + # + # - name: Commit results + # run: | + # git config --local core.autocrlf false + # git config --local user.email "${{ github.actor }}@users.noreply.github.com" + # git config --local user.name "${{ github.actor }}" + # git add data/tmp_sysdata.rd* + # git add data_tests/**.xlsx + # git pull origin ${{ github.head_ref }} --autostash --rebase -X ours + # git commit -a -m "Updated temporary system data and tests" + # git push