Uh oh!
There was an error while loading. Please reload this page.
[4.5] test: update highlightFile test - #8417
Conversation
kenjis
commented
Jan 16, 2024
@samsonasik 120 secs are not enough? https://github.com/codeigniter4/CodeIgniter4/actions/runs/7537591790/job/20516737923?pr=8417 |
samsonasik
commented
Jan 16, 2024
jobs may need to be configured: $rectorConfig->parallel(120, 8, 15); |
samsonasik
commented
Jan 16, 2024
Could you rebase develop, I updatedx parallel config |
25a2e05 to
798ac68Comparesamsonasik
commented
Jan 16, 2024
It seems working ok now 👍 , it shows Rector diff for declare strict types |
What's this error? https://github.com/codeigniter4/CodeIgniter4/actions/runs/7538341802/job/20518811849?pr=8417 |
samsonasik
commented
Jan 16, 2024
Probably similar with this reported issue, there is similar name actions/upload-artifact#481 |
kenjis
commented
Jan 16, 2024
Ah, DatabaseLive (8.1, MySQLi, 5.7) / tests already uploaded https://github.com/codeigniter4/CodeIgniter4/actions/runs/7538341802/job/20518811643?pr=8417 |
Anyway, all tests were passed. Just Coverage upload was failed. I sent #8424 to fix the error. |
samsonasik
commented
Jan 16, 2024
Thank you @kenjis |
Description
Follow-up #8401
declare(strict_types=1);Checklist: