We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2d0d2 commit c140174Copy full SHA for c140174
1 file changed
.buildkite/pipeline.yml
@@ -78,7 +78,7 @@ steps:
78
- label: "🔬 UI Tests (iPhone)"
79
command:
80
- .buildkite/commands/run-ui-tests.sh WordPressUITests 'iPhone 13' 15.0
81
- - "zip -rq WordPress.xcresult.zip build/results/WordPress.xcresult"
+ - "cd build/results/ && zip -rq WordPress.xcresult.zip WordPress.xcresult"
82
depends_on: "build"
83
env: *common_env
84
plugins: *common_plugins
@@ -91,7 +91,7 @@ steps:
91
- label: "🔬 UI Tests (iPad)"
92
93
- .buildkite/commands/run-ui-tests.sh WordPressUITests "iPad Air (4th generation)" 15.0
94
- - "zip -rq WordPress.xcresult.zip WordPress.xcresult"
95
96
97
0 commit comments