From 246c66d7252e8af95bbdaa9ff601f2e0e1c8acf4 Mon Sep 17 00:00:00 2001 From: Mihai Nita Date: Sun, 29 Sep 2024 15:47:22 -0700 Subject: [PATCH] More tinkering --- .github/workflows/release-icu4c-fedora.yml | 5 +++++ .github/workflows/test-conditions.yml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/release-icu4c-fedora.yml b/.github/workflows/release-icu4c-fedora.yml index 11b787c5..b5102bef 100644 --- a/.github/workflows/release-icu4c-fedora.yml +++ b/.github/workflows/release-icu4c-fedora.yml @@ -32,6 +32,11 @@ jobs: steps: + - name: Install gh (GitHub CLI) + run: | + # Don't install it in the docker image, to the latest (pros and cons) + dnf install -y + - name: Checkout and setup uses: actions/checkout@v4 with: diff --git a/.github/workflows/test-conditions.yml b/.github/workflows/test-conditions.yml index f46bc956..0cf17145 100644 --- a/.github/workflows/test-conditions.yml +++ b/.github/workflows/test-conditions.yml @@ -54,6 +54,8 @@ jobs: echo "==============================" echo The current folder is $PWD echo -e "Styles: \e[1m bold \e[m \e[3m italic \e[m \e[4m Underline \e[m \e[9m strike \e[m \e[8m hide \e[m \e[7m invert \e[m \e[103m bk-yellow \e[m" + echo -e "Bright: \e[91m red \e[m \e[92m green \e[m \e[94m blue \e[m \e[95m cyan \e[m \e[96m magenta \e[m \e[93m yellow \e[m \e[90m black \e[m" + echo -e "Dark: \e[31m red \e[m \e[32m green \e[m \e[34m blue \e[m \e[35m cyan \e[m \e[36m magenta \e[m \e[33m yellow \e[m \e[30m black \e[m" env: RUN_TESTS: ${{ inputs.runTests }} GIT_RELEASE_TAG: ${{ inputs.gitReleaseTag }}