Enforce that gitlab checks pass before merging.

Created on 12 December 2024, 9 days ago

Problem/Motivation

Now that all of the gitlab ci tests are passing, we should change the gitlab ci config for this project so that failing tests block merging.

Steps to reproduce

Proposed resolution

Add the following to gitlab-ci.yml

cspell:
  allow_failure: false
eslint:
  allow_failure: false
phpcs:
  allow_failure: false
phpstan:
  allow_failure: false
phpunit:
  allow_failure: false

Remaining tasks

User interface changes

API changes

Data model changes

✨ Feature request
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States trackleft2 Tucson, AZ πŸ‡ΊπŸ‡Έ

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024