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
02a8f97d
Commit
02a8f97d
authored
5 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
Codeception params
parent
38912285
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
+3
-1
3 additions, 1 deletion
gitlab-ci-1.2.yml
with
3 additions
and
1 deletion
gitlab-ci-1.2.yml
+
3
−
1
View file @
02a8f97d
...
...
@@ -414,7 +414,6 @@ library:
name
:
"
acceptance
logs"
paths
:
-
tests/codeception/tests/_output
-
${APACHE_DOCUMENT_ROOT}/wp-config.php
-
${APACHE_DOCUMENT_ROOT}/wp-content/debug.log
-
${APACHE_DOCUMENT_ROOT}/wp-content/uploads
reports
:
...
...
@@ -449,6 +448,9 @@ library:
-
mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/functional
-
mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/unit
-
chmod -R a+w ${APACHE_DOCUMENT_ROOT}/wp-content/uploads
-
touch ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log
-
chmod o+w ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log
-
chmod g+w ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log
-
echo "End before"
script
:
-
vendor/bin/codecept run --steps --xml --html --debug
...
...
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