Skip to content

Commit c140174

Browse files
committed
Enter results folder before zipping
1 parent da2d0d2 commit c140174

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ steps:
7878
- label: "🔬 UI Tests (iPhone)"
7979
command:
8080
- .buildkite/commands/run-ui-tests.sh WordPressUITests 'iPhone 13' 15.0
81-
- "zip -rq WordPress.xcresult.zip build/results/WordPress.xcresult"
81+
- "cd build/results/ && zip -rq WordPress.xcresult.zip WordPress.xcresult"
8282
depends_on: "build"
8383
env: *common_env
8484
plugins: *common_plugins
@@ -91,7 +91,7 @@ steps:
9191
- label: "🔬 UI Tests (iPad)"
9292
command:
9393
- .buildkite/commands/run-ui-tests.sh WordPressUITests "iPad Air (4th generation)" 15.0
94-
- "zip -rq WordPress.xcresult.zip WordPress.xcresult"
94+
- "cd build/results/ && zip -rq WordPress.xcresult.zip WordPress.xcresult"
9595
depends_on: "build"
9696
env: *common_env
9797
plugins: *common_plugins

0 commit comments

Comments
 (0)