Skip to content

Commit

Permalink
test: mysql version 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Oct 1, 2024
1 parent d0a246e commit f2a8267
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/run-integration-tests-codebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Run Aurora Integration Tests CodeBuild

on:
workflow_dispatch:
push:
branches:
- tests/mysql84

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -11,8 +14,8 @@ jobs:
aurora-integration-tests:
strategy:
matrix:
engine_version: ["latest"]
environment: ["mysql", "pg"]
engine_version: ["8.4.1"]
environment: ["mysql"]
runs-on: codebuild-jdbcWrapper-${{ github.run_id }}-${{ github.run_attempt }}
environment: ${{ matrix.environment }}_integ
steps:
Expand Down Expand Up @@ -54,7 +57,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ env.TEMP_AWS_SECRET_ACCESS_KEY }}
AWS_SESSION_TOKEN: ${{ env.TEMP_AWS_SESSION_TOKEN }}
RDS_ENDPOINT: ${{ secrets.RDS_ENDPOINT }}
AURORA_MYSQL_DB_ENGINE_VERSION: "latest"
AURORA_MYSQL_DB_ENGINE_VERSION: ${{ matrix.engine_version }}
AURORA_PG_ENGINE_VERSION: "latest"
- name: 'Archive junit results ${{ matrix.engine_version }}'
if: always()
Expand Down

0 comments on commit f2a8267

Please sign in to comment.