Skip to content

Commit e81299b

Browse files
committed
Reapply "reactivate all tests"
This reverts commit 4a20493.
1 parent a24929e commit e81299b

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -211,18 +211,9 @@ jobs:
211211
env:
212212
# Useful as TinyTeX latest release is checked in run-test.sh
213213
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
214-
# run: |
215-
# shopt -s globstar &&
216-
# ./run-tests.sh ../dev-docs/feature-format-matrix/**/*.qmd
217214
run: |
218-
./run-tests.sh \
219-
../dev-docs/feature-format-matrix/qmd-files/crossref/float/caption-location-bottom/document.qmd \
220-
../dev-docs/feature-format-matrix/qmd-files/crossref/float/caption-location-top/document.qmd \
221-
../dev-docs/feature-format-matrix/qmd-files/crossref/float/code-listing/document.qmd \
222-
../dev-docs/feature-format-matrix/qmd-files/crossref/float/code-listing/executable/document.qmd \
223-
../dev-docs/feature-format-matrix/qmd-files/crossref/float/custom/document.qmd \
224-
../dev-docs/feature-format-matrix/qmd-files/crossref/float/figure/document.qmd \
225-
../dev-docs/feature-format-matrix/qmd-files/crossref/float/table/document.qmd
215+
shopt -s globstar &&
216+
./run-tests.sh ../dev-docs/feature-format-matrix/**/*.qmd
226217
working-directory: tests
227218
shell: bash
228219

0 commit comments

Comments
 (0)