Skip to content

Commit 78142be

Browse files
committed
fixup - only run linux to try fix hanging issue
1 parent bb89412 commit 78142be

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,10 @@ 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
214+
# run: |
215+
# shopt -s globstar &&
216+
# ./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
217218
working-directory: tests
218219
shell: bash
219220

0 commit comments

Comments
 (0)