Tigger pipeline
This commit is contained in:
parent
55e45a668f
commit
037861321d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
|
@ -30,7 +30,11 @@ jobs:
|
||||||
-w /app composer:2 \
|
-w /app composer:2 \
|
||||||
composer install --ignore-platform-reqs
|
composer install --ignore-platform-reqs
|
||||||
./vendor/bin/sail build
|
./vendor/bin/sail build
|
||||||
|
- name: Start the stack
|
||||||
|
run: |
|
||||||
./vendor/bin/sail up -d
|
./vendor/bin/sail up -d
|
||||||
./vendor/bin/sail artisan key:generate
|
./vendor/bin/sail artisan key:generate
|
||||||
./vendor/bin/sail artisan migrate:fresh --seed
|
./vendor/bin/sail artisan migrate:fresh --seed
|
||||||
|
- name: Test (missing E2E tests)
|
||||||
|
run: |
|
||||||
./vendor/bin/sail artisan test
|
./vendor/bin/sail artisan test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue