Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
gitlab-ci
Commits
8146ed59
Commit
8146ed59
authored
4 years ago
by
dyszczo
Browse files
Options
Downloads
Patches
Plain Diff
ci: main branch
parent
74e8a843
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
includes/tests/codeception.yml
+2
-0
2 additions, 0 deletions
includes/tests/codeception.yml
includes/tests/integration.yml
+13
-0
13 additions, 0 deletions
includes/tests/integration.yml
includes/tests/unit.yml
+4
-0
4 additions, 0 deletions
includes/tests/unit.yml
with
19 additions
and
0 deletions
includes/tests/codeception.yml
+
2
−
0
View file @
8146ed59
...
@@ -76,6 +76,7 @@ codeception test:
...
@@ -76,6 +76,7 @@ codeception test:
only
:
only
:
refs
:
refs
:
-
master
-
master
-
main
-
devel
-
devel
-
tags
-
tags
...
@@ -86,6 +87,7 @@ codeception test manual:
...
@@ -86,6 +87,7 @@ codeception test manual:
except
:
except
:
refs
:
refs
:
-
master
-
master
-
main
-
devel
-
devel
-
tags
-
tags
variables
:
variables
:
...
...
This diff is collapsed.
Click to expand it.
includes/tests/integration.yml
+
13
−
0
View file @
8146ed59
...
@@ -29,6 +29,7 @@
...
@@ -29,6 +29,7 @@
only
:
only
:
refs
:
refs
:
-
master
-
master
-
main
except
:
except
:
variables
:
variables
:
-
$DISABLE_COVERAGE
-
$DISABLE_COVERAGE
...
@@ -104,6 +105,7 @@ integration test lastest:
...
@@ -104,6 +105,7 @@ integration test lastest:
only
:
only
:
refs
:
refs
:
-
master
-
master
-
main
-
devel
-
devel
-
tags
-
tags
...
@@ -112,12 +114,14 @@ integration test lastest coverage:
...
@@ -112,12 +114,14 @@ integration test lastest coverage:
only
:
only
:
refs
:
refs
:
-
master
-
master
-
main
integration test php7-1 wc-1
:
integration test php7-1 wc-1
:
<<
:
*integration_test_php7-1_wc-1
<<
:
*integration_test_php7-1_wc-1
only
:
only
:
refs
:
refs
:
-
master
-
master
-
main
-
devel
-
devel
-
tags
-
tags
...
@@ -126,6 +130,7 @@ integration test php7 wc-2:
...
@@ -126,6 +130,7 @@ integration test php7 wc-2:
only
:
only
:
refs
:
refs
:
-
master
-
master
-
main
-
devel
-
devel
-
tags
-
tags
...
@@ -134,6 +139,7 @@ integration test php-7 wc-3:
...
@@ -134,6 +139,7 @@ integration test php-7 wc-3:
only
:
only
:
refs
:
refs
:
-
master
-
master
-
main
-
devel
-
devel
-
tags
-
tags
...
@@ -142,6 +148,7 @@ integration test current woocommerce:
...
@@ -142,6 +148,7 @@ integration test current woocommerce:
only
:
only
:
refs
:
refs
:
-
master
-
master
-
main
-
devel
-
devel
-
tags
-
tags
...
@@ -152,6 +159,7 @@ integration test lastest manual:
...
@@ -152,6 +159,7 @@ integration test lastest manual:
except
:
except
:
refs
:
refs
:
-
master
-
master
-
main
-
devel
-
devel
-
tags
-
tags
variables
:
variables
:
...
@@ -164,6 +172,7 @@ integration test lastest coverage manual:
...
@@ -164,6 +172,7 @@ integration test lastest coverage manual:
except
:
except
:
refs
:
refs
:
-
master
-
master
-
main
-
devel
-
devel
-
tags
-
tags
variables
:
variables
:
...
@@ -176,6 +185,7 @@ integration test php7-1 wc-1 manual:
...
@@ -176,6 +185,7 @@ integration test php7-1 wc-1 manual:
except
:
except
:
refs
:
refs
:
-
master
-
master
-
main
-
devel
-
devel
-
tags
-
tags
variables
:
variables
:
...
@@ -188,6 +198,7 @@ integration test php7 wc-2 manual:
...
@@ -188,6 +198,7 @@ integration test php7 wc-2 manual:
except
:
except
:
refs
:
refs
:
-
master
-
master
-
main
-
devel
-
devel
-
tags
-
tags
variables
:
variables
:
...
@@ -200,6 +211,7 @@ integration test php-7 wc-3 manual:
...
@@ -200,6 +211,7 @@ integration test php-7 wc-3 manual:
except
:
except
:
refs
:
refs
:
-
master
-
master
-
main
-
devel
-
devel
-
tags
-
tags
variables
:
variables
:
...
@@ -212,6 +224,7 @@ integration test current woocommerce manual:
...
@@ -212,6 +224,7 @@ integration test current woocommerce manual:
except
:
except
:
refs
:
refs
:
-
master
-
master
-
main
-
devel
-
devel
-
tags
-
tags
variables
:
variables
:
...
...
This diff is collapsed.
Click to expand it.
includes/tests/unit.yml
+
4
−
0
View file @
8146ed59
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
-
vendor/bin/phpunit -d memory_limit=-1 --configuration phpunit-unit.xml --coverage-text --colors=never --log-junit tmp_artifacts/report.xml
-
vendor/bin/phpunit -d memory_limit=-1 --configuration phpunit-unit.xml --coverage-text --colors=never --log-junit tmp_artifacts/report.xml
only
:
only
:
-
master
-
master
-
main
except
:
except
:
variables
:
variables
:
-
$DISABLE_COVERAGE
-
$DISABLE_COVERAGE
...
@@ -55,6 +56,7 @@ unit test lastest coverage:
...
@@ -55,6 +56,7 @@ unit test lastest coverage:
only
:
only
:
refs
:
refs
:
-
master
-
master
-
main
unit test lastest manual
:
unit test lastest manual
:
<<
:
*job-test-unit-template-fast
<<
:
*job-test-unit-template-fast
...
@@ -64,6 +66,7 @@ unit test lastest manual:
...
@@ -64,6 +66,7 @@ unit test lastest manual:
except
:
except
:
refs
:
refs
:
-
master
-
master
-
main
-
devel
-
devel
-
tags
-
tags
variables
:
variables
:
...
@@ -77,6 +80,7 @@ unit test lastest coverage manual:
...
@@ -77,6 +80,7 @@ unit test lastest coverage manual:
except
:
except
:
refs
:
refs
:
-
master
-
master
-
main
-
devel
-
devel
-
tags
-
tags
variables
:
variables
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment