Skip to content

Commit 73641ab

Browse files
committed
Don't attempt to save rout on windows.
1 parent 0c5cbf0 commit 73641ab

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/r.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -246,15 +246,6 @@ jobs:
246246
shell: cmd
247247
run: cat check/arrow.Rcheck/00install.out
248248
if: always()
249-
- name: Dump test logs
250-
run: cat check/arrow.Rcheck/tests/testthat.Rout*
251-
if: always()
252-
- name: Save the test output
253-
if: always()
254-
uses: actions/upload-artifact@v2
255-
with:
256-
name: test-output
257-
path: check/arrow.Rcheck/tests/testthat.Rout*
258249
# We can remove this when we drop support for Rtools 3.5.
259250
- name: Ensure using system tar in actions/cache
260251
run: |

0 commit comments

Comments
 (0)