.phpunit: extends: .testing-base script: - fwd phpunit --colors=never artifacts: paths: - storage/logs when: on_failure expire_in: 1 week variables: TESTING_ENV_FILE: .env.testing