fix: gh actions
This commit is contained in:
@@ -14,6 +14,7 @@ APP_KEY=
|
|||||||
APP_DEBUG=true
|
APP_DEBUG=true
|
||||||
APP_URL=http://localhost
|
APP_URL=http://localhost
|
||||||
APP_PORT=8000
|
APP_PORT=8000
|
||||||
|
|
||||||
DUSK_DRIVER_URL=http://selenium:4444
|
DUSK_DRIVER_URL=http://selenium:4444
|
||||||
|
|
||||||
DB_CONNECTION=pgsql
|
DB_CONNECTION=pgsql
|
||||||
|
|||||||
10
.github/workflows/docker-image.yml
vendored
10
.github/workflows/docker-image.yml
vendored
@@ -29,12 +29,12 @@ jobs:
|
|||||||
-v "$(pwd):/app" \
|
-v "$(pwd):/app" \
|
||||||
-w /app composer:2 \
|
-w /app composer:2 \
|
||||||
composer install --ignore-platform-reqs
|
composer install --ignore-platform-reqs
|
||||||
./vendor/bin/sail build
|
./vendor/bin/spin build
|
||||||
- name: Start the stack
|
- name: Start the stack
|
||||||
run: |
|
run: |
|
||||||
./vendor/bin/sail up -d
|
./vendor/bin/spin up -d
|
||||||
./vendor/bin/sail artisan key:generate
|
./vendor/bin/spin exec coolify php artisan key:generate
|
||||||
./vendor/bin/sail artisan migrate:fresh --seed
|
./vendor/bin/spin exec coolify php artisan migrate:fresh --seed
|
||||||
- name: Test (missing E2E tests)
|
- name: Test (missing E2E tests)
|
||||||
run: |
|
run: |
|
||||||
./vendor/bin/sail artisan test
|
./vendor/bin/spin exec coolify php artisan test
|
||||||
|
|||||||
Reference in New Issue
Block a user