Skip to content

Commit

Permalink
feat(EMS-3373): fixed MySQL startup
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-markan committed May 15, 2024
1 parent e8c3a2a commit 5e01498
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ on:
branches: [main, main-*]
paths:
- ".github/workflows/test.yml"
- "docker-compose.yml"
- "package*.json"
- "src/**"
- "e2e-tests/**"
- "generate-exip-pricing-grid/**"
- "package*.json"
- "database/**"

env:
environment: "qa"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: mysql
container_name: exip_db
restart: always
command: --default-authentication-plugin=mysql_native_password
command: --mysql-native-password=ON
ports:
- '${DATABASE_PORT}:${DATABASE_PORT}'
volumes:
Expand Down

0 comments on commit 5e01498

Please sign in to comment.