Skip to content

Running php artisan enlighten on our CI jobs #61

Description

@mehrancodes

Is your feature request related to a problem? Please describe.
I already have Enlighten fully set up and the documentation's getting generated well.
As a team, we always have to run the enlighten on the local and do export and commit all of the changes to the git. so the clients can see the docs on the web.

Recently I have tried to run the tests on our GitLab CI and upload the enlighten database to our server after a complete full test run, but the problem is that our CI job does not recognize the failed stopped test when using command php artisan enlighten, and shows the CI job as passed. while it should show not passed.

I wonder if we can use ./vendor/bin/phpunit as it let the CI job get flagged as not passed when a test fails. Or find a way to do the same on the enlighten command.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions