We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e52ce commit b870150Copy full SHA for b870150
.github/workflows/laravel.yml
@@ -20,15 +20,14 @@ jobs:
20
MYSQL_ALLOW_EMPTY_PASSWORD: yes
21
MYSQL_DATABASE: lorekeeper_test
22
ports:
23
- - '3306:3306'
+ - 3306
24
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
25
26
steps:
27
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
28
with:
29
php-version: '7.4'
30
- 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;'
32
- name: Copy .env
33
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
34
- name: Install Dependencies
0 commit comments