Skip to content

Commit

Permalink
chore: move my.cnf to .github directory and update paths in workflow …
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
ryota-murakami committed Jan 15, 2025
1 parent 6b7fd44 commit 33cedcf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/playwright_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
MYSQL_DATABASE: digital
MYSQL_PASSWORD: password
volumes:
- ./my.cnf:/etc/mysql/conf.d/my.cnf
- ./.github/my.cnf:/etc/mysql/conf.d/my.cnf

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright_selfhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
MYSQL_DATABASE: digital
MYSQL_PASSWORD: password
volumes:
- ./my.cnf:/etc/mysql/conf.d/my.cnf
- ./.github/my.cnf:/etc/mysql/conf.d/my.cnf

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright_visitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
MYSQL_DATABASE: digital
MYSQL_PASSWORD: password
volumes:
- ./my.cnf:/etc/mysql/conf.d/my.cnf
- ./.github/my.cnf:/etc/mysql/conf.d/my.cnf

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 33cedcf

Please sign in to comment.