mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-28 05:11:26 -07:00
Fix volume path using $(pwd)
This commit is contained in:
parent
46972bbbb3
commit
9c1b13c7f9
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:
|
ports:
|
||||||
- 3308:3306
|
- 3308:3306
|
||||||
volumes:
|
volumes:
|
||||||
- ./tests/integration/setup_mysql/replica1/:/etc/mysql/conf.d/
|
- $(pwd)/tests/integration/setup_mysql/replica1/:/etc/mysql/conf.d/
|
||||||
|
|
||||||
db_replica2:
|
db_replica2:
|
||||||
image: ${{ matrix.db_engine_version }}
|
image: ${{ matrix.db_engine_version }}
|
||||||
|
@ -109,7 +109,7 @@ jobs:
|
||||||
ports:
|
ports:
|
||||||
- 3309:3306
|
- 3309:3306
|
||||||
volumes:
|
volumes:
|
||||||
- ./tests/integration/setup_mysql/replica2/:/etc/mysql/conf.d/
|
- $(pwd)/tests/integration/setup_mysql/replica2/:/etc/mysql/conf.d/
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'Wait 20s for the service containers to be healthy'
|
- name: 'Wait 20s for the service containers to be healthy'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue