Skip to content

Commit 8ae486c

Browse files
committed
Update workflow
1 parent 383a62c commit 8ae486c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: matrix.os == 'ubuntu-latest'
7474
run: |
7575
Rscript -e 'install.packages(c("testthat", "jsonlite", "R.utils"))'
76-
Rscript -e 'install.packages("plugins/r/tests/tmcRtestrunner", repos=NULL, type="source")'
76+
Rscript -e 'install.packages("crates/plugins/r/tests/tmcRtestrunner", repos=NULL, type="source")'
7777
7878
- name: Run tests
7979
run: cargo test --no-fail-fast

0 commit comments

Comments
 (0)