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 2faef17 commit f178361Copy full SHA for f178361
.github/workflows/test-ff-matrix.yml
@@ -214,7 +214,7 @@ jobs:
214
# run: |
215
# shopt -s globstar &&
216
# ./run-tests.sh ../dev-docs/feature-format-matrix/**/*.qmd
217
- run: ./run-tests.sh ../dev-docs/feature-format-matrix/qmd-files/crossref/float/custom/document.qmd
+ run: shopt -s globstar && ./run-tests.sh ../dev-docs/feature-format-matrix/qmd-files/crossref/**/*.qmd
218
working-directory: tests
219
shell: bash
220
0 commit comments