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 1e22a07 commit 8bea247Copy full SHA for 8bea247
.github/workflows/test-ff-matrix.yml
@@ -211,10 +211,9 @@ 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
217
- run: shopt -s globstar && ./run-tests.sh ../dev-docs/feature-format-matrix/qmd-files/crossref/float/**/*.qmd
+ run: |
+ shopt -s globstar &&
+ ./run-tests.sh ../dev-docs/feature-format-matrix/**/*.qmd
218
working-directory: tests
219
shell: bash
220
0 commit comments