Skip to content

Commit 2faef17

Browse files
committed
Rename step as this is not smoke test but feature-format-matrix
1 parent 78142be commit 2faef17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-ff-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
# uses: mxschmitt/action-tmate@v3
198198

199199
# we run from tests directory as our environment for R, Python and Julia is set up there
200-
- name: Run all Smoke Tests Windows
200+
- name: Run all feature-format-matrix Tests Windows
201201
if: ${{ runner.os == 'Windows' }}
202202
env:
203203
# Useful as TinyTeX latest release is checked in run-test.sh
@@ -206,7 +206,7 @@ jobs:
206206
working-directory: tests
207207
shell: pwsh
208208

209-
- name: Run all Smoke Tests Linux
209+
- name: Run all feature-format-matrix Tests Linux
210210
if: ${{ runner.os != 'Windows' }}
211211
env:
212212
# Useful as TinyTeX latest release is checked in run-test.sh

0 commit comments

Comments
 (0)