Skip to content

Commit 4967301

Browse files
CI: package-verification.yml is updated (normalization) (#30)
1 parent c5da2ad commit 4967301

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/package-verification.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ jobs:
6464
- platform: "alpine"
6565
python: "3.14"
6666

67+
env:
68+
BASE_SIGN: "${{ matrix.platform }}-py${{ matrix.python }}"
69+
6770
steps:
6871
- name: Prepare variables
6972
run: |
70-
RUN_CFG__NOW="$(date +'%Y%m%d_%H%M%S')"
71-
echo "RUN_CFG__NOW=$RUN_CFG__NOW" >> $GITHUB_ENV
72-
RUN_CFG__LOGS_DIR="logs-${{ matrix.platform }}-py${{ matrix.python }}"
73-
echo "RUN_CFG__LOGS_DIR=$RUN_CFG__LOGS_DIR" >> $GITHUB_ENV
74-
RUN_CFG__DOCKER_IMAGE_NAME="tests-${{ matrix.platform }}-py${{ matrix.python }}"
75-
echo "RUN_CFG__DOCKER_IMAGE_NAME=$RUN_CFG__DOCKER_IMAGE_NAME" >> $GITHUB_ENV
73+
echo "RUN_CFG__NOW=$(date +'%Y%m%d_%H%M%S')" >> $GITHUB_ENV
74+
echo "RUN_CFG__LOGS_DIR=logs-${{ env.BASE_SIGN }}" >> $GITHUB_ENV
75+
echo "RUN_CFG__DOCKER_IMAGE_NAME=tests-${{ env.BASE_SIGN }}" >> $GITHUB_ENV
7676
echo "---------- [$GITHUB_ENV]"
7777
cat $GITHUB_ENV
7878
- name: Checkout
@@ -89,5 +89,5 @@ jobs:
8989
uses: actions/upload-artifact@v7
9090
if: always() # IT IS IMPORTANT!
9191
with:
92-
name: testgres.pg_conf--test_logs--${{ env.RUN_CFG__NOW }}-${{ matrix.platform }}-py${{ matrix.python }}-id${{ github.run_id }}
92+
name: testgres.pg_conf--test_logs--${{ env.RUN_CFG__NOW }}-${{ env.BASE_SIGN }}-id${{ github.run_id }}
9393
path: "${{ env.RUN_CFG__LOGS_DIR }}/"

0 commit comments

Comments
 (0)