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 bb89412 commit 78142beCopy full SHA for 78142be
.github/workflows/test-ff-matrix.yml
@@ -211,9 +211,10 @@ jobs:
211
env:
212
# Useful as TinyTeX latest release is checked in run-test.sh
213
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
214
- run: |
215
- shopt -s globstar &&
216
- ./run-tests.sh ../dev-docs/feature-format-matrix/**/*.qmd
+ # run: |
+ # shopt -s globstar &&
+ # ./run-tests.sh ../dev-docs/feature-format-matrix/**/*.qmd
217
+ run: ./run-tests.sh ../dev-docs/feature-format-matrix/qmd-files/crossref/float/custom/document.qmd
218
working-directory: tests
219
shell: bash
220
0 commit comments