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 78142be commit 2faef17Copy full SHA for 2faef17
.github/workflows/test-ff-matrix.yml
@@ -197,7 +197,7 @@ jobs:
197
# uses: mxschmitt/action-tmate@v3
198
199
# we run from tests directory as our environment for R, Python and Julia is set up there
200
- - name: Run all Smoke Tests Windows
+ - name: Run all feature-format-matrix Tests Windows
201
if: ${{ runner.os == 'Windows' }}
202
env:
203
# Useful as TinyTeX latest release is checked in run-test.sh
@@ -206,7 +206,7 @@ jobs:
206
working-directory: tests
207
shell: pwsh
208
209
- - name: Run all Smoke Tests Linux
+ - name: Run all feature-format-matrix Tests Linux
210
if: ${{ runner.os != 'Windows' }}
211
212
0 commit comments