We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fef899 commit 0f8bf5bCopy full SHA for 0f8bf5b
.github/workflows/test-smokes.yml
@@ -187,6 +187,9 @@ jobs:
187
- name: Cache Julia Packages
188
uses: julia-actions/cache@v2
189
190
+ - name: Setup tmate session
191
+ uses: mxschmitt/action-tmate@v3
192
+
193
- name: Restore Julia Packages
194
working-directory: tests
195
shell: bash
@@ -203,9 +206,6 @@ jobs:
203
206
run: |
204
207
echo "QUARTO_TEST_TIMING=timing-for-ci.txt" >> "$GITHUB_ENV"
205
208
- # - name: Setup tmate session
- # uses: mxschmitt/action-tmate@v3
-
209
- name: Run all Smoke Tests Windows
210
if: ${{ runner.os == 'Windows' && format('{0}', inputs.buckets) == '' && matrix.time-test == false }}
211
env:
0 commit comments