File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 14
14
fail-fast : false
15
15
matrix :
16
16
python-version : [ "3.8", "3.11" ]
17
- engine_version : ["lts", "latest"]
17
+ engine-version : [ "lts", "latest"]
18
18
environment : ["mysql", "pg"]
19
19
20
20
steps :
@@ -65,11 +65,13 @@ jobs:
65
65
AWS_ACCESS_KEY_ID : ${{ env.TEMP_AWS_ACCESS_KEY_ID }}
66
66
AWS_SECRET_ACCESS_KEY : ${{ env.TEMP_AWS_SECRET_ACCESS_KEY }}
67
67
AWS_SESSION_TOKEN : ${{ env.TEMP_AWS_SESSION_TOKEN }}
68
+ AURORA_MYSQL_DB_ENGINE_VERSION : ${{ matrix.engine-version }}
69
+ AURORA_PG_ENGINE_VERSION : ${{ matrix.engine-version }}
68
70
69
71
- name : ' Archive results'
70
72
if : always()
71
73
uses : actions/upload-artifact@v4
72
74
with :
73
- name : pytest-integration-report
75
+ name : pytest-integration-report-${{ matrix.python-version }}-${{ matrix.environment }}-${{ matrix.engine-version }}
74
76
path : ./tests/integration/container/reports
75
77
retention-days : 5
Original file line number Diff line number Diff line change 71
71
if : always()
72
72
uses : actions/upload-artifact@v4
73
73
with :
74
- name : pytest-integration-report
74
+ name : pytest-integration-report-${{ matrix.python-version }}-${{ matrix.environment }}
75
75
path : ./tests/integration/container/reports
76
76
retention-days : 5
You can’t perform that action at this time.
0 commit comments