We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5cbf0 commit 73641abCopy full SHA for 73641ab
1 file changed
.github/workflows/r.yml
@@ -246,15 +246,6 @@ jobs:
246
shell: cmd
247
run: cat check/arrow.Rcheck/00install.out
248
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
254
- uses: actions/upload-artifact@v2
255
- with:
256
- name: test-output
257
- path: check/arrow.Rcheck/tests/testthat.Rout*
258
# We can remove this when we drop support for Rtools 3.5.
259
- name: Ensure using system tar in actions/cache
260
run: |
0 commit comments