We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd78ef7 commit d2a1b62Copy full SHA for d2a1b62
gitlab/ci/unit.yml
@@ -29,21 +29,12 @@
29
- unit-tests.xml
30
31
run unit tests:
32
- only:
33
- - main
34
- - /^[0-9].[0-9]$/
35
extends: [.mariadb_job,.phpsupported_job,.unit_job]
36
37
run unit tests (PR):
38
- except:
39
40
41
extends: [.mariadb_job,.phpsupported_job_pr,.unit_job]
42
43
run unit tests (MySQL):
44
45
46
47
extends: [.mysql_job,.unit_job]
48
parallel:
49
matrix:
0 commit comments