feat: setup tests
This commit is contained in:
parent
5ca263bd7b
commit
505a9167e4
|
|
@ -21,11 +21,10 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup PHP container tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-v ${{ github.workspace }}:/app \
|
-w /workspace \
|
||||||
-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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue