From c3b8ffa11e4509d9c7993c04933346efc944a9a5 Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang Date: Wed, 22 Feb 2023 10:06:32 -0800 Subject: [PATCH] ICU-22291 doc automate "Test samples (C) on Linux" Just realize the task is already automated in .github/workflows/icu_ci.yml as "icu4c-test-samples:" but we should document that. --- docs/processes/release/tasks/healthy-code.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/processes/release/tasks/healthy-code.md b/docs/processes/release/tasks/healthy-code.md index dfb4a8b9a44..ce79ad17bec 100644 --- a/docs/processes/release/tasks/healthy-code.md +++ b/docs/processes/release/tasks/healthy-code.md @@ -497,6 +497,7 @@ script for each configuration, and ensure that they are successful. ### Linux /Unix build and test To build and test ICU4C samples: +This test is performed automatically by a GitHub Action for each pull request. * In icu4c/source, run the configuration "./runConfigure Linux" (or appropriate system) * Build and install ICU4C. * Set PATH to include the bin directory of the installed ICU4c.