Skip to content

Commit b870150

Browse files
committed
fix(tests): again
1 parent b8e52ce commit b870150

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/laravel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ jobs:
2020
MYSQL_ALLOW_EMPTY_PASSWORD: yes
2121
MYSQL_DATABASE: lorekeeper_test
2222
ports:
23-
- '3306:3306'
23+
- 3306
2424
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
2525

2626
steps:
2727
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
2828
with:
2929
php-version: '7.4'
3030
- uses: actions/checkout@v2
31-
- run: mysql -h 127.0.0.1 --port 3306 -u root -ppassword -e 'CREATE DATABASE IF NOT EXISTS lorekeeper_test;'
3231
- name: Copy .env
3332
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
3433
- name: Install Dependencies

0 commit comments

Comments
 (0)