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 99b9009 commit bd53d6eCopy full SHA for bd53d6e
.github/workflows/test-ff-matrix.yml
@@ -214,7 +214,8 @@ jobs:
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
+ run: |
218
+ ./run-tests.sh ../dev-docs/feature-format-matrix/qmd-files/crossref/float/custom/document.qmd ../dev-docs/feature-format-matrix/qmd-files/crossref/float/figure/document.qmd
219
working-directory: tests
220
shell: bash
221
0 commit comments