From bd0f8d50191106d0a61e2e031e7cedc0dc5969fe Mon Sep 17 00:00:00 2001 From: Stuart Lynn Date: Wed, 25 Oct 2023 10:21:57 +0100 Subject: [PATCH] add back R tests --- .github/actions/r_build/action.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/r_build/action.yml b/.github/actions/r_build/action.yml index 841eb1cf6..e2b611e35 100644 --- a/.github/actions/r_build/action.yml +++ b/.github/actions/r_build/action.yml @@ -57,11 +57,11 @@ runs: run: | cd R Rscript --vanilla build_r_package.R -# - name: Test R package -# shell: bash -# run: | -# cd R/sparkR-mosaic -# Rscript --vanilla tests.R + - name: Test R package + shell: bash + run: | + cd R/sparkR-mosaic + Rscript --vanilla tests.R - name: Copy R artifacts to GH Actions run shell: bash run: |