Skip to content

Add rules key needed in the test and lint job

Administrator requested to merge fix/execute-test-lint-CI into master

When we start to use rules, we need to define the rules key in every job.

Previously in any MR only the package stage is executed:

image

Now the CI executes the lint and tests stage in every commit and the package only in the MR.

Edited by Administrator

Merge request reports