Skip to content

Commit

Permalink
add back R tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sllynn committed Oct 25, 2023
1 parent db84dcb commit bd0f8d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/r_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit bd0f8d5

Please sign in to comment.