feat: setup tests
This commit is contained in:
parent
b9f645246c
commit
5ca263bd7b
|
|
@ -24,12 +24,11 @@ jobs:
|
|||
- name: Setup PHP container tests
|
||||
run: |
|
||||
docker run --rm \
|
||||
-v $PWD:/app \
|
||||
-v ${{ github.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