test CI
Tests & Lint & Deploy to Railway / build (8.1) (push) Successful in 1m49s Details
Tests & Lint & Deploy to Railway / deploy (8.1) (push) Failing after 1m12s Details

This commit is contained in:
AslanAV 2024-01-16 11:05:22 +03:00
parent bb95d75c77
commit e464d6a273
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ jobs:
- name: Check lint - name: Check lint
run: make lint run: make lint
- name: Execute tests (Unit and Feature tests) via PHPUnit - name: Check tests
run: make test-coverage run: make test
deploy: deploy:
needs: build needs: build