From 7f478633056548102a8b6c82794faf40934a675e Mon Sep 17 00:00:00 2001 From: Karen Noiva Date: Thu, 15 Feb 2024 23:00:50 -0500 Subject: [PATCH] Update build_fredi.yml Added default results to commit --- .github/workflows/build_fredi.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_fredi.yml b/.github/workflows/build_fredi.yml index c10001bb..cf6f1d1d 100644 --- a/.github/workflows/build_fredi.yml +++ b/.github/workflows/build_fredi.yml @@ -40,7 +40,7 @@ jobs: rm *.tar.gz - - name: Run create_DoW_results + - name: Build Package run: | Rscript -e ' ### Main repo path, FrEDI project path, scripts path @@ -65,6 +65,7 @@ jobs: ###### Build Package ###### ###### - Build Package but don't include vignettes devtools::build(pkg=pPath0, path=rPath0) + ' @@ -73,6 +74,7 @@ jobs: 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 FrEDI/data/defaultResults.rda git add *.tar.gz git pull origin ${{ github.head_ref }} --autostash --rebase -X ours git commit -a -m "New package build"