Skip to content

Commit 5824012

Browse files
committed
[TASK] Use --minimal-test CLI option for documentation tests
This allows us to control specific settings needed for mininmal tests (like setting only a single output format) or more for the future. See also: TYPO3-Documentation/render-guides#765 Releases: main, 12.4, 11.5
1 parent 4c889da commit 5824012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
run: |
1515
mkdir -p Documentation-GENERATED-temp \
1616
&& docker run --rm --pull always -v $(pwd):/project \
17-
ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log
17+
ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ docs: ## Generate projects docs (from "Documentation" directory)
1313
test-docs: ## Test the documentation rendering
1414
mkdir -p Documentation-GENERATED-temp
1515

16-
docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log --output-format=html
16+
docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test
1717

1818
.PHONY: generate
1919
generate: codesnippets command-json ## Regenerate automatic code documentation

0 commit comments

Comments
 (0)