File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
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 }}/"
You can’t perform that action at this time.
0 commit comments