Skip to content

Commit c3aab7e

Browse files
authored
Fix R Tests for Release (#370)
1 parent 0811a96 commit c3aab7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ jobs:
5959
if: matrix.lang == 'R'
6060
run: |
6161
cd R/tests
62-
Rscript testthat.R
63-
Rscript run_integration_tests.R
62+
Rscript run_tests.R
6463
6564
- name: Execute Python tests
6665
if: matrix.lang == 'python'

0 commit comments

Comments
 (0)