Skip to content

Commit 8bea247

Browse files
committed
reactivate all tests
except table one which is currently hidden
1 parent 1e22a07 commit 8bea247

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +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
217-
run: shopt -s globstar && ./run-tests.sh ../dev-docs/feature-format-matrix/qmd-files/crossref/float/**/*.qmd
214+
run: |
215+
shopt -s globstar &&
216+
./run-tests.sh ../dev-docs/feature-format-matrix/**/*.qmd
218217
working-directory: tests
219218
shell: bash
220219

0 commit comments

Comments
 (0)