Remove Docker CI test workflow; deploy-only like sibling apps.
Deploy Ladill Frontdesk / deploy (push) Successful in 45s

Other Ladill repos use a single on-host deploy workflow (runs-on: deploy) for fast releases. Tests run locally; optional ci.yml can be added on pull_request later per FAST-DEPLOY.md.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-27 20:50:04 +00:00
co-authored by Cursor
parent e42be653e5
commit fcca58ccba
-21
View File
@@ -1,21 +0,0 @@
name: Test
on:
push:
branches: [main, master, develop]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, intl, gd
coverage: none
- name: Install dependencies
run: composer install --no-interaction --prefer-dist
- name: Run tests
run: php artisan test