From d64025d0f95eb44b8b7149509f691be84aacf5e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Oct 2024 19:09:00 +0000 Subject: [PATCH 1/5] Update Markdown files --- site/docs/src/pipeline.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/docs/src/pipeline.md b/site/docs/src/pipeline.md index 88ac46da..34cf5167 100644 --- a/site/docs/src/pipeline.md +++ b/site/docs/src/pipeline.md @@ -41,9 +41,9 @@ java --version ``` ```console -openjdk 21.0.4 2024-07-16 LTS -OpenJDK Runtime Environment Zulu21.36+19-CRaC-CA (build 21.0.4+7-LTS) -OpenJDK 64-Bit Server VM Zulu21.36+19-CRaC-CA (build 21.0.4+7-LTS, mixed mode, sharing) +openjdk 21.0.5 2024-10-15 LTS +OpenJDK Runtime Environment Zulu21.38+21-CA (build 21.0.5+11-LTS) +OpenJDK 64-Bit Server VM Zulu21.38+21-CA (build 21.0.5+11-LTS, mixed mode, sharing) ``` ### Windows From 6da457a10ee510a77d56b1e81180e3598d2bf8de Mon Sep 17 00:00:00 2001 From: Danila Danko Date: Thu, 17 Oct 2024 00:13:35 +0500 Subject: [PATCH 2/5] fix(ci): use a specific java version --- .github/workflows/ghc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghc.yml b/.github/workflows/ghc.yml index aadf8f28..38f4d257 100644 --- a/.github/workflows/ghc.yml +++ b/.github/workflows/ghc.yml @@ -165,7 +165,7 @@ jobs: - uses: actions/setup-java@v4 with: distribution: "zulu" - java-version: 21 + java-version: 21.0.5+11 # TODO #340:10m switch to chrisdickinson/setup-yq after https://github.com/chrisdickinson/setup-yq/pull/14 is merged - uses: deemp/setup-yq@latest From c29231f85a640dd88a4f2570eaaee8ca29bce552 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Oct 2024 19:25:41 +0000 Subject: [PATCH 3/5] Update Markdown files --- site/docs/src/normalizer/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/src/normalizer/test.md b/site/docs/src/normalizer/test.md index 51bdb4a6..629e223b 100644 --- a/site/docs/src/normalizer/test.md +++ b/site/docs/src/normalizer/test.md @@ -68,6 +68,6 @@ User-defined rules unit tests DC Should apply in subformations [✔] -Finished in 0.0062 seconds +Finished in 0.0061 seconds 27 examples, 0 failures ``` From a936ab03b1bba4c13c04d527ad0da6ab7e3a5860 Mon Sep 17 00:00:00 2001 From: Danila Danko Date: Thu, 17 Oct 2024 16:42:15 +0500 Subject: [PATCH 4/5] fix(site): make the `test` command output immutable --- site/docs/src/normalizer/test.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/site/docs/src/normalizer/test.md b/site/docs/src/normalizer/test.md index 629e223b..53d10ca6 100644 --- a/site/docs/src/normalizer/test.md +++ b/site/docs/src/normalizer/test.md @@ -20,10 +20,17 @@ Available options: ### Run tests in a file -```$ as console +```console normalizer test --rules eo-phi-normalizer/test/eo/phi/rules/yegor.yaml ``` + + ```console User-defined rules unit tests Rule set based on Yegor's draft From 0d35cef1ff45c41376b473fe6c06d386ec8a33d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 17 Oct 2024 11:49:15 +0000 Subject: [PATCH 5/5] Update Markdown files --- site/docs/src/normalizer/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/src/normalizer/test.md b/site/docs/src/normalizer/test.md index 53d10ca6..c95b3cda 100644 --- a/site/docs/src/normalizer/test.md +++ b/site/docs/src/normalizer/test.md @@ -75,6 +75,6 @@ User-defined rules unit tests DC Should apply in subformations [✔] -Finished in 0.0061 seconds +Finished in 0.0062 seconds 27 examples, 0 failures ```