Skip to content

Commit 08cd994

Browse files
authored
[TASK] Use --minimal-test CLI option for documentation tests (#114)
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 bca42c4 commit 08cd994

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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
@@ -11,4 +11,4 @@ docs: ## Generate projects documentation (from "Documentation" directory)
1111
.PHONY: test-docs
1212
test-docs: ## Test the documentation rendering
1313
mkdir -p Documentation-GENERATED-temp
14-
docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log
14+
docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test

0 commit comments

Comments
 (0)