Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
External Permalinks Redux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WP Plugins
External Permalinks Redux
Merge requests
!5
Revise test matrix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Revise test matrix
fix/5.3-test
into
master
Overview
0
Commits
5
Pipelines
1
Changes
1
Merged
Erick Hitter
requested to merge
fix/5.3-test
into
master
6 years ago
Overview
0
Commits
5
Pipelines
1
Changes
1
Expand
5.3 tests shouldn't have been allowed to fail.
Improve performance by not running PHPCS unnecessarily.
Run a test on WP 4.5.
Edited
6 years ago
by
Erick Hitter
0
0
Merge request reports
Viewing commit
5da20dcb
Prev
Next
Show latest version
1 file
+
2
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
5da20dcb
Allow WP version customization per job
· 5da20dcb
Erick Hitter
authored
6 years ago
.gitlab-ci.yml
+
2
−
1
Options
@@ -2,6 +2,7 @@ variables:
@@ -2,6 +2,7 @@ variables:
# Configure mysql service (https://hub.docker.com/_/mysql/)
# Configure mysql service (https://hub.docker.com/_/mysql/)
MYSQL_DATABASE
:
wordpress_tests
MYSQL_DATABASE
:
wordpress_tests
MYSQL_ROOT_PASSWORD
:
mysql
MYSQL_ROOT_PASSWORD
:
mysql
WP_VERSION
:
latest
cache
:
cache
:
paths
:
paths
:
@@ -10,7 +11,7 @@ cache:
@@ -10,7 +11,7 @@ cache:
before_script
:
before_script
:
# Set up WordPress tests
# Set up WordPress tests
-
bash bin/install-wp-tests.sh $MYSQL_DATABASE root $MYSQL_ROOT_PASSWORD mysql
latest
true
-
bash bin/install-wp-tests.sh $MYSQL_DATABASE root $MYSQL_ROOT_PASSWORD mysql
$WP_VERSION
true
# PHPUnit
# PHPUnit
-
|
-
|
Loading