From a324214882a7b2e65bc0020ee66d9e793c0ba56b Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Tue, 1 Oct 2024 19:24:52 +0200 Subject: [PATCH 1/2] [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: https://github.com/TYPO3-Documentation/render-guides/pull/765 Releases: main, 12.4, 11.5 --- .github/workflows/test-documentation.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-documentation.yml b/.github/workflows/test-documentation.yml index 3076117..c150004 100644 --- a/.github/workflows/test-documentation.yml +++ b/.github/workflows/test-documentation.yml @@ -14,4 +14,4 @@ jobs: run: | mkdir -p Documentation-GENERATED-temp \ && docker run --rm --pull always -v $(pwd):/project \ - ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log + ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress ---minimal-test diff --git a/Makefile b/Makefile index 35ecee1..ad003a7 100644 --- a/Makefile +++ b/Makefile @@ -13,4 +13,4 @@ docs: ## Generate projects docs (from "Documentation" directory) .PHONY: test-docs test-docs: ## Test the documentation rendering mkdir -p Documentation-GENERATED-temp - docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --fail-on-log + docker run --rm --pull always -v "$(shell pwd)":/project -t ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test From 41536cd8a48741334c7e57c7b9ed074fd6b96d08 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Tue, 1 Oct 2024 19:26:02 +0200 Subject: [PATCH 2/2] [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: https://github.com/TYPO3-Documentation/render-guides/pull/765 Releases: main, 12.4, 11.5 --- .github/workflows/test-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-documentation.yml b/.github/workflows/test-documentation.yml index c150004..81826b3 100644 --- a/.github/workflows/test-documentation.yml +++ b/.github/workflows/test-documentation.yml @@ -14,4 +14,4 @@ jobs: run: | mkdir -p Documentation-GENERATED-temp \ && docker run --rm --pull always -v $(pwd):/project \ - ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress ---minimal-test + ghcr.io/typo3-documentation/render-guides:latest --config=Documentation --no-progress --minimal-test