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
bfa37fb5
Commit
bfa37fb5
authored
5 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
Feature/codeception latest woo
parent
9290702d
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
gitlab-ci-1.2.yml
+13
-0
13 additions, 0 deletions
gitlab-ci-1.2.yml
with
13 additions
and
0 deletions
gitlab-ci-1.2.yml
+
13
−
0
View file @
bfa37fb5
...
...
@@ -450,3 +450,16 @@ codeception test:
<<
:
*job-codeception-test
script
:
-
vendor/bin/codecept run --steps --xml --html -d
codeception test latest woocommerce
:
<<
:
*job-codeception-test
variables
:
WP_CLI_CACHE_DIR
:
/cache/wp-cli
APACHE_DOCUMENT_ROOT
:
${CI_PROJECT_DIR}/tests/wordpress
CI_DEBUG_SERVICES
:
trace
SCREEN_WIDTH
:
1200
SCREEN_HEIGHT
:
2000
WOOCOMMERCE_VERSION
:
github
allow_failure
:
true
script
:
-
vendor/bin/codecept run --steps --xml --html -d
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