Merge pull request #5933 from betagouv/split-controller-tests

CI : séparation des groupes de tests en trois
This commit is contained in:
Pierre de La Morinerie 2021-02-24 17:02:42 +01:00 committed by GitHub
commit 2295c4200a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,9 @@ jobs:
strategy:
matrix:
pattern:
- spec/controllers
- spec/controllers/*_spec.rb
- spec/controllers/[a-l]**/*_spec.rb
- spec/controllers/[m-z]**/*_spec.rb
- spec/features
- spec/helpers spec/lib spec/middlewares
- spec/mailers spec/jobs spec/policies