Skip to content

Commit bd53d6e

Browse files
committed
debug - try two in a row
1 parent 99b9009 commit bd53d6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ 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
218219
working-directory: tests
219220
shell: bash
220221

0 commit comments

Comments
 (0)