Skip to content
Snippets Groups Projects
Verified Commit 67271f45 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

feat: always update database before running tests

parent cff69d6f
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,9 @@
- chmod -R a+w ${APACHE_DOCUMENT_ROOT}/wp-content/uploads
- touch ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log
- chmod a+w ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log
# Always ensure the database is up to date
- wp core update-db
- wp wc update || true
- echo "End before"
- cd ${CI_PROJECT_DIR}
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment