Skip to content

Commit

Permalink
Merge pull request #14918 from wordpress-mobile/buildkite/test-task
Browse files Browse the repository at this point in the history
Add WordPress & WordPressProcessors & ImageEditor tests to Buildkite
  • Loading branch information
oguzkocer authored Jun 24, 2021
2 parents a863317 + 4f76a7b commit 3873493
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,18 @@ steps:
command: |
cp gradle.properties-example gradle.properties
./gradlew lintWordpressVanillaRelease
- label: "Test WordPress"
<<: *docker-container
command: |
cp gradle.properties-example gradle.properties
./gradlew testWordpressVanillaRelease
- label: "Test WordPressProcessors"
<<: *docker-container
command: |
cp gradle.properties-example gradle.properties
./gradlew :libs:WordPressProcessors:test
- label: "Test ImageEditor"
<<: *docker-container
command: |
cp gradle.properties-example gradle.properties
./gradlew :libs:image-editor:ImageEditor:test

0 comments on commit 3873493

Please sign in to comment.