Skip to content

Refactor extension & theme path loading methods for maintainability. #41

Refactor extension & theme path loading methods for maintainability.

Refactor extension & theme path loading methods for maintainability. #41

Triggered via push November 24, 2024 12:20
Status Cancelled
Total duration 3m 42s
Artifacts

pipeline.yml

on: push
build-assets  /  Build Assets
37s
build-assets / Build Assets
php-lint  /  PHP Linting (Pint)
42s
php-lint / PHP Linting (Pint)
Matrix: php-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
php-tests (8.2) / PHP Tests : database/migrations/admin/2020_02_18_000400_create_staffs_groups_and_locations_table.php#L1
Ignored error pattern #^Access to an undefined property object\:\:\$staff_id\.$# in path /home/runner/work/core/core/database/migrations/admin/2020_02_18_000400_create_staffs_groups_and_locations_table.php was not matched in reported errors.
php-tests (8.2) / PHP Tests : database/migrations/admin/2020_02_21_000400_create_staff_roles_table.php#L1
Ignored error pattern #^Access to an undefined property object\:\:\$staff_group_name\.$# in path /home/runner/work/core/core/database/migrations/admin/2020_02_21_000400_create_staff_roles_table.php was not matched in reported errors.
php-tests (8.2) / PHP Tests : database/migrations/admin/2022_04_27_000300_create_location_options_table.php#L1
Ignored error pattern #^Access to an undefined property object\:\:\$location_id\.$# in path /home/runner/work/core/core/database/migrations/admin/2022_04_27_000300_create_location_options_table.php was not matched in reported errors.
php-tests (8.2) / PHP Tests : src/Admin/Widgets/Lists.php#L1
Ignored error pattern #^Parameter \#1 \$array of function extract is passed by reference, so it expects variables only\.$# in path /home/runner/work/core/core/src/Admin/Widgets/Lists.php was not matched in reported errors.
php-tests (8.2) / PHP Tests : src/Flame/Database/Query/Builder.php#L1
Ignored error pattern #^Method Igniter\\Flame\\Database\\Query\\Builder\:\:get\(\) should return Illuminate\\Support\\Collection but returns array\.$# in path /home/runner/work/core/core/src/Flame/Database/Query/Builder.php was not matched in reported errors.
php-tests (8.2) / PHP Tests : src/Flame/Database/Query/Builder.php#L107
Method Igniter\Flame\Database\Query\Builder::get() should return Illuminate\Support\Collection<int, stdClass> but returns array.
php-tests (8.2) / PHP Tests : src/Flame/Database/Query/Builder.php#L111
Method Igniter\Flame\Database\Query\Builder::get() should return Illuminate\Support\Collection<int, stdClass> but returns array.
php-tests (8.2) / PHP Tests
Process completed with exit code 1.
php-tests (8.3) / PHP Tests
FailFast: cancelling since parallel instance has failed
php-tests (8.3) / PHP Tests
The operation was canceled.
build-assets / Build Assets
The following actions use a deprecated Node.js version and will be forced to run on node20: stefanzweifel/git-auto-commit-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/