Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Kirkland <[email protected]>
  • Loading branch information
joshedney and twometresteve committed Oct 10, 2023
1 parent 2f069d7 commit b97ca74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ e2e_ios: $(TEST_IOS_APP)

.PHONY: e2e_ios_local
e2e_ios_local: $(TEST_IOS_APP)
ideviceinstaller --uninstall om.bugsnag.examples.UnrealTestFixture
ideviceinstaller --uninstall com.bugsnag.examples.UnrealTestFixture
bundle exec maze-runner --app=$< --farm=local --os=ios --os-version=14 --apple-team-id=7W9PZ27Y5F --udid="$(shell idevice_id -l)" $(TESTS) --color

.PHONY: e2e_mac
Expand Down

0 comments on commit b97ca74

Please sign in to comment.