mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-27 12:51:26 -07:00
Fix volume path
This commit is contained in:
parent
95d26fab21
commit
cb1d820452
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ansible-test-plugins.yml
vendored
4
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -99,7 +99,7 @@ jobs:
|
|||
ports:
|
||||
- 3308:3306
|
||||
volumes:
|
||||
- tests/integration/setup_mysql/replica1:/etc/mysql/conf.d/
|
||||
- ./tests/integration/setup_mysql/replica1:/etc/mysql/conf.d/
|
||||
|
||||
db_replica2:
|
||||
image: ${{ matrix.db_engine_version }}
|
||||
|
@ -109,7 +109,7 @@ jobs:
|
|||
ports:
|
||||
- 3309:3306
|
||||
volumes:
|
||||
- tests/integration/setup_mysql/replica2:/etc/mysql/conf.d/
|
||||
- ./tests/integration/setup_mysql/replica2:/etc/mysql/conf.d/
|
||||
|
||||
steps:
|
||||
- name: 'Wait 20s for the service containers to be healthy'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue