Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,28 +42,6 @@ commands:

version: 2.1
jobs:
test:
executor:
name: android/default
api-version: "29"
steps:
- git/shallow-checkout:
init-submodules: true
- checkout-submodules
- android/restore-gradle-cache
- copy-gradle-properties
- update-gradle-memory
- run:
name: Test WordPress
command: ./gradlew testWordpressVanillaRelease --stacktrace --no-daemon
- run:
name: Test WordPressProcessors
command: ./gradlew :libs:WordPressProcessors:test --stacktrace
- run:
name: Test ImageEditor
command: ./gradlew :libs:image-editor:ImageEditor:test --stacktrace
- android/save-gradle-cache
- android/save-test-results
Installable Build:
executor:
name: android/default
Expand Down Expand Up @@ -406,7 +384,6 @@ workflows:
- << pipeline.parameters.release_build >>
jobs:
- submodules-strings-check
- test
- Installable Build:
filters:
branches:
Expand Down