Skip to content

Commit b8e52ce

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/laravel.yml

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

2626
steps:

0 commit comments

Comments
 (0)