Skip to content

Commit

Permalink
Run Unit tests for all branches again
Browse files Browse the repository at this point in the history
We limited because of the number of minutes but as we're close to
migrating away from GitLab this is the easier fix for the current
deprecation issue.
  • Loading branch information
vmcj committed Nov 26, 2024
1 parent a66de79 commit 1a21823
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions gitlab/ci/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,12 @@
- unit-tests.xml

run unit tests:
only:
- main
- /^[0-9].[0-9]$/
extends: [.mariadb_job,.phpsupported_job,.unit_job]

run unit tests (PR):
except:
- main
- /^[0-9].[0-9]$/
extends: [.mariadb_job,.phpsupported_job_pr,.unit_job]

run unit tests (MySQL):
only:
- main
- /^[0-9].[0-9]$/
extends: [.mysql_job,.unit_job]
parallel:
matrix:
Expand Down

0 comments on commit 1a21823

Please sign in to comment.