You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to get simulator in github actions to run with applesimutils,
using futureware-tech/simulator-action@v3 to boot the ios sim
this is the workflow
Description
trying to get simulator in github actions to run with applesimutils,
using futureware-tech/simulator-action@v3 to boot the ios sim
this is the workflow
´´´
name: Use emulator
uses: futureware-tech/simulator-action@v3
with:
model: 'iPhone 14'
udid: BDA7DDA5-EE5D-4828-9F95-9DAA90C0639C
name: print outputs
run: |
rustc --version
ruby --version
pod --version
/usr/bin/xcodebuild -version
dart --version
name: Install applesimutils
run: |
brew tap wix/brew
brew install applesimutils
name: Enable sim permissions
run: applesimutils --byId BDA7DDA5-EE5D-4828-9F95-9DAA90C0639C --bundle com.athelas.scribe.Athelas-Scribe --setPermissions notifications=YES
name: Run tests
run: |
flutter test integration_test/mobile_test.dart
-d "iPhone 14"
--dart-define=E2E_TESTS=true
--dart-define-from-file="secrets.json"
--verbose
´´´
Steps to Reproduce
Steps to reproduce the behavior:
Run a ci job in github actions
use emulator
run applesimutils
Expected Behavior
Run the command with no error output
Screenshots
Environment
The text was updated successfully, but these errors were encountered: