Skip to content

Commit 8fc52ed

Browse files
committed
debug - Restore case fail with all floats
1 parent 4afd822 commit 8fc52ed

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,16 @@ jobs:
214214
# run: |
215215
# shopt -s globstar &&
216216
# ./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
217+
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+
./run-tests.sh \
220+
../dev-docs/feature-format-matrix/qmd-files/crossref/float/caption-location-bottom/document.qmd \
221+
../dev-docs/feature-format-matrix/qmd-files/crossref/float/caption-location-top/document.qmd \
222+
../dev-docs/feature-format-matrix/qmd-files/crossref/float/code-listing/document.qmd \
223+
../dev-docs/feature-format-matrix/qmd-files/crossref/float/code-listing/executable/document.qmd \
224+
../dev-docs/feature-format-matrix/qmd-files/crossref/float/custom/document.qmd \
225+
../dev-docs/feature-format-matrix/qmd-files/crossref/float/figure/document.qmd \
226+
../dev-docs/feature-format-matrix/qmd-files/crossref/float/table/document.qmd
218227
working-directory: tests
219228
shell: bash
220229

0 commit comments

Comments
 (0)