Skip to content

Commit

Permalink
fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
abourtnik committed Jan 17, 2025
1 parent 4f246e7 commit 6387476
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .env.testing
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=test
DB_USERNAME=root
DB_PASSWORD=testrootpass
DB_DATABASE=clipzone
DB_USERNAME=laravel
DB_PASSWORD=password

BROADCAST_DRIVER=log

Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mysql:5.7
image: mysql:latest
env:
MYSQL_ROOT_PASSWORD: testrootpass
TZ: 'Europe/Paris'
MYSQL_DATABASE: test
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_USER: laravel
MYSQL_PASSWORD: password
MYSQL_DATABASE: clipzone
ports:
- 3306/tcp
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
Expand Down

0 comments on commit 6387476

Please sign in to comment.