Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaSeylani committed Jun 19, 2024
1 parent 749e0e0 commit 2131a94
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ios-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,8 @@ jobs:
with:
model: 'iPhone 14'

- name: Extract Simulator ID
id: extract_simulator_id
run: |
SIMULATOR_ID=$(xcrun simctl list devices | grep -E 'iPhone 14 \(.*\)' | grep -Eo '[0-9A-F-]{36}')
echo "SIMULATOR_ID=$SIMULATOR_ID" >> $GITHUB_ENV
- name: Run iOS tests
run: flutter test integration_test/*.dart -d $SIMULATOR_ID --dart-define=MAILOSAUR_API_KEY=${{ secrets.MAILOSAUR_API_KEY }}
run: flutter test integration_test/*.dart -d ios --dart-define=MAILOSAUR_API_KEY=${{ secrets.MAILOSAUR_API_KEY }}
working-directory: ./integrationtestapp
env:
MAILOSAUR_API_KEY: ${{ secrets.MAILOSAUR_API_KEY }}

0 comments on commit 2131a94

Please sign in to comment.