Skip to content

Commit 0f8bf5b

Browse files
committed
debug with tmate
1 parent 7fef899 commit 0f8bf5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-smokes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ jobs:
187187
- name: Cache Julia Packages
188188
uses: julia-actions/cache@v2
189189

190+
- name: Setup tmate session
191+
uses: mxschmitt/action-tmate@v3
192+
190193
- name: Restore Julia Packages
191194
working-directory: tests
192195
shell: bash
@@ -203,9 +206,6 @@ jobs:
203206
run: |
204207
echo "QUARTO_TEST_TIMING=timing-for-ci.txt" >> "$GITHUB_ENV"
205208
206-
# - name: Setup tmate session
207-
# uses: mxschmitt/action-tmate@v3
208-
209209
- name: Run all Smoke Tests Windows
210210
if: ${{ runner.os == 'Windows' && format('{0}', inputs.buckets) == '' && matrix.time-test == false }}
211211
env:

0 commit comments

Comments
 (0)