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