Fix action build

This commit is contained in:
Thuan Bui
2025-04-02 10:17:54 +09:00
parent be878fcc6e
commit 70ae97f680
+3 -1
View File
@@ -17,6 +17,8 @@ jobs:
- uses: actions/checkout@v2
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Update Dependencies
run: composer update
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Generate key
@@ -31,4 +33,4 @@ jobs:
env:
DB_CONNECTION: sqlite
DB_DATABASE: database/database.sqlite
run: vendor/bin/phpunit
run: vendor/bin/phpunit