We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f460d68 commit 6f09ceaCopy full SHA for 6f09cea
.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,6 +83,6 @@ 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.common--test_logs--${{ env.RUN_CFG__NOW }}-${{ matrix.platform }}-py${{ matrix.python }}-id${{ github.run_id }}
87
path: "${{ env.RUN_CFG__LOGS_DIR }}/"
88
0 commit comments