Skip to content

Commit 3d71fcb

Browse files
committed
ci: move tmate
1 parent 5fd15e0 commit 3d71fcb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/r-cmd-check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
extra-packages: any::rcmdcheck
4848
needs: check
4949

50-
- run: RWeka::WPM("install-package", "XMeans")
51-
shell: Rscript {0}
52-
53-
- uses: r-lib/actions/check-r-package@v2
54-
5550
- uses: mxschmitt/action-tmate@v3
5651
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
5752
with:
5853
limit-access-to-actor: true
54+
55+
- run: RWeka::WPM("install-package", "XMeans")
56+
shell: Rscript {0}
57+
58+
- uses: r-lib/actions/check-r-package@v2

0 commit comments

Comments
 (0)