Skip to content
Snippets Groups Projects
Commit b113cd86 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Codeception params

parent 273665ee
No related branches found
No related tags found
No related merge requests found
...@@ -452,12 +452,12 @@ library: ...@@ -452,12 +452,12 @@ library:
- chmod a+w ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log - chmod a+w ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log
- echo "End before" - echo "End before"
script: script:
- vendor/bin/codecept run --report --steps --xml --html -d - vendor/bin/codecept run --steps --xml --html -d
codeception test: codeception test:
<<: *job-codeception-test <<: *job-codeception-test
script: script:
- vendor/bin/codecept run --report --steps --xml --html -d - vendor/bin/codecept run --steps --xml --html -d
codeception test latest woocommerce: codeception test latest woocommerce:
<<: *job-codeception-test <<: *job-codeception-test
...@@ -470,4 +470,4 @@ codeception test latest woocommerce: ...@@ -470,4 +470,4 @@ codeception test latest woocommerce:
WOOCOMMERCE_VERSION: github WOOCOMMERCE_VERSION: github
allow_failure: true allow_failure: true
script: script:
- vendor/bin/codecept run --report --steps --xml --html -d - vendor/bin/codecept run --steps --xml --html -d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment