File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -211,18 +211,9 @@ jobs:
211211 env :
212212 # Useful as TinyTeX latest release is checked in run-test.sh
213213 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
214- # run: |
215- # shopt -s globstar &&
216- # ./run-tests.sh ../dev-docs/feature-format-matrix/**/*.qmd
217214 run : |
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 \
225- ../dev-docs/feature-format-matrix/qmd-files/crossref/float/table/document.qmd
215+ shopt -s globstar &&
216+ ./run-tests.sh ../dev-docs/feature-format-matrix/**/*.qmd
226217 working-directory : tests
227218 shell : bash
228219
You can’t perform that action at this time.
0 commit comments