Skip to content

Commit 29b4246

Browse files
flip shutdown flag
1 parent 8e850b3 commit 29b4246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
os_version: ">=18.0"
4444
erase_before_boot: true
4545
wait_for_boot: true
46-
shutdown_after_job: true
46+
shutdown_after_job: false
4747

4848
- name: Run unit tests
4949
run: xcodebuild -project mParticle-Apple-SDK.xcodeproj -scheme ${{ matrix.scheme }} -destination 'id=${{ steps.simulator.outputs.udid }}' test

0 commit comments

Comments
 (0)