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 Sep 26, 2024
1 parent d0a246e commit 8e17f43
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 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

0 comments on commit 8e17f43

Please sign in to comment.