Skip to content

Commit 05de35f

Browse files
Working on iOS GitHub CI
1 parent 4909b72 commit 05de35f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,14 @@ jobs:
222222

223223
- name: Take a screenshot of the simulator
224224
run: |
225-
mkdir -p simulator-screenshots
226-
xcrun simctl io booted screenshot ./simulator-screenshots/screenshot.png
225+
mkdir -p ~/simulator-screenshots
226+
xcrun simctl io booted screenshot ~/simulator-screenshots/screenshot.png
227227
228228
- name: Upload simulator screenshot as Artifact
229229
uses: actions/upload-artifact@v3
230230
with:
231231
name: simulator-screenshot
232-
path: simulator-screenshots/screenshot.png
232+
path: ~/simulator-screenshots/screenshot.png
233233

234234
- name: Check for installed app on simulator
235235
run: |

0 commit comments

Comments
 (0)