Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ agents:

env:
IMAGE_ID: $IMAGE_ID
# electron ships a ~100 MB prebuilt binary via a postinstall download
# that no CI step ever runs (it only backs react-devtools' `dev:tools`).
# The download is flaky from CI, so skip it -- see the Test Web E2E job.
ELECTRON_SKIP_BINARY_DOWNLOAD: '1'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL. Neat.


steps:
- label: ':react: Build React App'
Expand Down
1 change: 1 addition & 0 deletions .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"core": "https://wordpress.org/latest.zip",
"plugins": [
"https://downloads.wordpress.org/plugin/gutenberg.zip",
"https://downloads.wordpress.org/plugin/jetpack.zip"
Expand Down
Loading
Loading