diff --git a/README.md b/README.md index 56b417a..a6321f8 100644 --- a/README.md +++ b/README.md @@ -80,11 +80,10 @@ Enjoy! * API test [example](https://github.com/strangebuzz/MicroSymfony/blob/main/tests/Api/Controller/SlugifyActionTest.php) * E2E test [example](https://github.com/strangebuzz/MicroSymfony/blob/main/tests/E2E/Controller/AppControllerTest.php) * Code coverage at 100% - * [Output on CI](https://github.com/strangebuzz/MicroSymfony/actions/runs/5793881686/job/15702426150) - * [Failing output example](https://github.com/strangebuzz/MicroSymfony/actions/runs/5220428064/jobs/9423476258) + * [Output on CI](https://github.com/strangebuzz/MicroSymfony/actions/runs/7186942462/job/19573439511) * GitHub CI ([actions](https://github.com/strangebuzz/MicroSymfony/actions)) - * [Tests job output](https://github.com/strangebuzz/MicroSymfony/actions/runs/5793881686/job/15702426150) - * [Lint job output](https://github.com/strangebuzz/MicroSymfony/actions/runs/5793881686/job/15702425939) + * [Tests job output](https://github.com/strangebuzz/MicroSymfony/actions/runs/7186942462/job/19573439511) + * [Lint job output](https://github.com/strangebuzz/MicroSymfony/actions/runs/7186942462/job/19573439221) * Asset mapper+Stimulus ([documentation](https://symfony.com/doc/current/frontend/asset_mapper.html)) * Vanilla Js ([source](https://github.com/strangebuzz/MicroSymfony/blob/main/assets/controllers/hello_controller.js)) ([demo](https://microsymfony.ovh/stimulus)) * Fetch on a JSON endpoint of the application ([source](https://github.com/strangebuzz/MicroSymfony/blob/main/assets/controllers/api_controller.js)) ([demo](https://microsymfony.ovh/stimulus))