Skip to content

Commit 8a8dbaf

Browse files
committed
debug - try all files in floats
1 parent bd53d6e commit 8a8dbaf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,13 @@ jobs:
215215
# shopt -s globstar &&
216216
# ./run-tests.sh ../dev-docs/feature-format-matrix/**/*.qmd
217217
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
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 \
219225
working-directory: tests
220226
shell: bash
221227

0 commit comments

Comments
 (0)