Skip to content

Commit 4afd822

Browse files
committed
Revert "reactivate all tests"
This reverts commit 8bea247.
1 parent 8bea247 commit 4afd822

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: shopt -s globstar && ./run-tests.sh ../dev-docs/feature-format-matrix/qmd-files/crossref/float/**/*.qmd
217218
working-directory: tests
218219
shell: bash
219220

0 commit comments

Comments
 (0)