Skip to content
Snippets Groups Projects
Commit 073e7a94 authored by Ted Bowman's avatar Ted Bowman
Browse files

Issue #3409774 by phenaproxima, tedbow: Run build tests on GitLab CI on converted module

parent 91f16bad
No related branches found
No related tags found
1 merge request!1008Resolve #3409774 "Javascript"
Pipeline #68909 passed
...@@ -136,7 +136,10 @@ phpunit: ...@@ -136,7 +136,10 @@ phpunit:
- PHPUnit-Unit - PHPUnit-Unit
- PHPUnit-Kernel - PHPUnit-Kernel
- PHPUnit-Functional - PHPUnit-Functional
- PHPUnit-FunctionalJavascript
rules: rules:
- if: '$TEST_TYPE == "PHPUnit-FunctionalJavascript" && $MODULE == "package_manager"'
when: never
- if: '$SKIP_PHPUNIT == "1"' - if: '$SKIP_PHPUNIT == "1"'
when: never when: never
- when: on_success - when: on_success
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment