Skip to content

Commit e98da61

Browse files
committed
Only run JS and Swift test in CI to save time
1 parent 38e31a2 commit e98da61

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,10 @@ env:
55
IMAGE_ID: $IMAGE_ID
66

77
steps:
8-
- label: ':react: Build React App'
9-
command: make build REFRESH_L10N=1
10-
plugins: &plugins
11-
- $CI_TOOLKIT_PLUGIN
12-
- $NVM_PLUGIN
13-
14-
- label: ':eslint: Lint React App'
15-
command: make lint-js
16-
plugins: *plugins
17-
188
- label: ':javascript: Test JavaScript'
199
command: make test-js
2010
plugins: *plugins
2111

22-
- label: ':android: Publish Android Library'
23-
command: |
24-
make build REFRESH_L10N=1
25-
echo "--- :android: Publishing Android Library"
26-
./android/gradlew -p ./android :gutenberg:prepareToPublishToS3 $(prepare_to_publish_to_s3_params) :gutenberg:publish
27-
agents:
28-
queue: android
29-
plugins: *plugins
30-
31-
- label: ':android: Test Android Library'
32-
command: make test-android
33-
agents:
34-
queue: android
35-
plugins: *plugins
36-
3712
- label: ':swift: Test Swift Package'
3813
# With the HTML assets in the GutenbergKitResources package and ignored by Git, we need to generated on demand for the moment
3914
command: make build && swift test

0 commit comments

Comments
 (0)