feat: setup tests
This commit is contained in:
parent
505a9167e4
commit
6b35056d2c
|
|
@ -24,10 +24,10 @@ jobs:
|
|||
- name: Run tests
|
||||
run: |
|
||||
docker run --rm \
|
||||
-w /workspace \
|
||||
-v /workspace:/app \
|
||||
-w /app \
|
||||
laravelsail/php84-composer:latest \
|
||||
bash -c "composer install --no-interaction --ignore-platform-req=ext-intl && php artisan test"
|
||||
|
||||
# =========================
|
||||
# BUILD & PUSH IMAGE
|
||||
# =========================
|
||||
|
|
|
|||
Loading…
Reference in New Issue