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
0e17e2a4
Commit
0e17e2a4
authored
3 years ago
by
Bartek Jaskulski
Browse files
Options
Downloads
Patches
Plain Diff
Run unit test on the same image as `prepare vendor` job
parent
f858aaea
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
includes/tests/unit.yml
+4
-4
4 additions, 4 deletions
includes/tests/unit.yml
with
4 additions
and
4 deletions
includes/tests/unit.yml
+
4
−
4
View file @
0e17e2a4
...
...
@@ -39,7 +39,7 @@
unit test lastest
:
<<
:
*job-test-unit-template-fast
image
:
wpdesknet/phpunit-woocommerce:0
-0
image
:
wpdesknet/phpunit-woocommerce:0
only
:
refs
:
-
devel
...
...
@@ -50,7 +50,7 @@ unit test lastest:
unit test lastest coverage
:
<<
:
*job-test-unit-template
image
:
wpdesknet/phpunit-woocommerce:0
-0
image
:
wpdesknet/phpunit-woocommerce:0
only
:
refs
:
-
master
...
...
@@ -58,7 +58,7 @@ unit test lastest coverage:
unit test lastest manual
:
<<
:
*job-test-unit-template-fast
image
:
wpdesknet/phpunit-woocommerce:0
-0
image
:
wpdesknet/phpunit-woocommerce:0
when
:
manual
allow_failure
:
true
except
:
...
...
@@ -70,7 +70,7 @@ unit test lastest manual:
unit test lastest coverage manual
:
<<
:
*job-test-unit-template
image
:
wpdesknet/phpunit-woocommerce:0
-0
image
:
wpdesknet/phpunit-woocommerce:0
when
:
manual
allow_failure
:
true
except
:
...
...
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