feat: setup tests
This commit is contained in:
@@ -21,11 +21,10 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup PHP container tests
|
||||
- name: Run tests
|
||||
run: |
|
||||
docker run --rm \
|
||||
-v ${{ github.workspace }}:/app \
|
||||
-w /app \
|
||||
-w /workspace \
|
||||
laravelsail/php84-composer:latest \
|
||||
bash -c "composer install --no-interaction --ignore-platform-req=ext-intl && php artisan test"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user