Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Aug 11, 2023
1 parent 26f1f3a commit 1887db5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: beta

- name: Install Flutter dependencies
run: flutter pub get ./example

- uses: futureware-tech/simulator-action@v2
with:
Expand All @@ -42,6 +39,7 @@ jobs:
timeout-minutes: 15
run: |
cd example
flutter clean && flutter pub get
flutter build ios --simulator --no-codesign
cd ios
xcodebuild test -workspace Runner.xcworkspace -scheme Runner -destination "id=$SIMULATOR_UUID" -only-testing:RunnerUITests -quiet
Expand Down

0 comments on commit 1887db5

Please sign in to comment.