Skip to content

Commit a60ee01

Browse files
committed
[WIP] Try fixing `Testing failed:
WooCommerceScreenshots-Runner (3506) encountered an error (Failed to load the test bundle. (Underlying Error: The bundle “WooCommerceScreenshots” couldn’t be loaded. The bundle couldn’t be loaded. Try reinstalling the bundle.`.
1 parent 0a6b978 commit a60ee01

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.buildkite/commands/build-screenshots.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ echo "--- :hammer_and_wrench: Building Screenshots App"
1818
bundle exec fastlane build_screenshots
1919

2020
echo "--- :arrow_up: Upload Screenshot App Artifacts"
21-
# Create a structured archive of the built apps
21+
# Create a structured archive of all build products (apps, frameworks, etc.)
2222
tar -cf screenshot-artifacts.tar \
2323
-C fastlane/DerivedData/Build/Products/Debug-iphonesimulator \
24-
WooCommerce.app \
25-
WooCommerceScreenshots-Runner.app
24+
.
2625

2726
buildkite-agent artifact upload screenshot-artifacts.tar

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ steps:
5353
# - sv
5454
# - tr
5555
# - zh-Hans
56-
- zh-Hant
56+
# - zh-Hant
5757
mode:
5858
- dark
59-
- light
59+
# - light
6060
env:
6161
SCREENSHOT_LANGUAGE: "{{matrix.language}}"
6262
SCREENSHOT_MODE: "{{matrix.mode}}"

0 commit comments

Comments
 (0)