We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed0564 commit d4f3686Copy full SHA for d4f3686
1 file changed
.github/workflows/package-verification.yml
@@ -61,6 +61,8 @@ jobs:
61
steps:
62
- name: Prepare variables
63
run: |
64
+ RUN_CFG__NOW="$(date +'%Y%m%d_%H%M%S')"
65
+ echo "RUN_CFG__NOW=$RUN_CFG__NOW" >> $GITHUB_ENV
66
RUN_CFG__LOGS_DIR="logs-${{ matrix.platform }}-py${{ matrix.python }}"
67
echo "RUN_CFG__LOGS_DIR=$RUN_CFG__LOGS_DIR" >> $GITHUB_ENV
68
RUN_CFG__DOCKER_IMAGE_NAME="tests-${{ matrix.platform }}-py${{ matrix.python }}"
@@ -81,5 +83,5 @@ jobs:
81
83
uses: actions/upload-artifact@v4
82
84
if: always() # IT IS IMPORTANT!
85
with:
- name: container-logs--${{ matrix.platform }}-py${{ matrix.python }}
86
+ name: testgres.pg_conf--test_logs--${{ env.RUN_CFG__NOW }}-${{ matrix.platform }}-py${{ matrix.python }}-id${{ github.run_id }}
87
path: "${{ env.RUN_CFG__LOGS_DIR }}/"
0 commit comments