Skip to content

Commit

Permalink
remove lines
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Aug 28, 2023
1 parent 4905b17 commit 1a84ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
simulator_id=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-14 com.apple.CoreSimulator.SimRuntime.iOS-16-2)
echo "SIMULATOR_ID=${simulator_id}" >> "$GITHUB_OUTPUT"
xcrun simctl boot ${simulator_id}
- name: run ios integration test
env:
SIMULATOR_ID: ${{ steps.sim.outputs.SIMULATOR_ID }}
Expand Down

0 comments on commit 1a84ab4

Please sign in to comment.