compose lock name on spirit side - clients acquiring locks can get to know their exact lock name #153
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: MySQL 8.4 GA /w docker-compose | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Test | |
run: docker compose -f compose.yml -f 8.4.yml up mysql mysql_replica test --abort-on-container-exit | |
working-directory: compose/replication |