Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6ae38ac

Browse files
authoredOct 1, 2024··
[TASK] Use --minimal-test CLI option for documentation tests (#547)
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 1b26c54 commit 6ae38ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/documentation.yml

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ fix-cgl: ## Apply coding guidelines to PHP includes
3232
test-docs: ## Test the documentation rendering
3333
mkdir -p Documentation-GENERATED-temp
3434

35-
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
35+
docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test
3636

0 commit comments

Comments
 (0)
This repository has been archived.