Skip to content

Commit 70e30c3

Browse files
committed
test: investigate hanging failover test
1 parent 7f69999 commit 70e30c3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: [ "3.11" ]
22-
engine-version: [ "latest" ]
23-
environment: [ "mysql" ]
21+
python-version: [ "3.8", "3.11" ]
22+
engine-version: [ "lts", "latest" ]
23+
environment: ["mysql"]
2424

2525
steps:
2626
- name: 'Clone repository'
@@ -57,7 +57,6 @@ jobs:
5757
RDS_DB_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
5858
AURORA_MYSQL_DB_ENGINE_VERSION: ${{ matrix.engine-version }}
5959
AURORA_PG_ENGINE_VERSION: ${{ matrix.engine-version }}
60-
NUM_INSTANCES: 2
6160

6261
- name: 'Archive results'
6362
if: always()

0 commit comments

Comments
 (0)