We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61248e commit 607e89aCopy full SHA for 607e89a
.github/workflows/integration-tests.yml
@@ -140,7 +140,7 @@ jobs:
140
model: 'iPhone 14'
141
142
- name: Run iOS tests
143
- run: flutter test integration_test/*.dart -d 2AD22772-5472-4EB0-97DE-883C5B789032 --dart-define=MAILOSAUR_API_KEY=${{ secrets.MAILOSAUR_API_KEY }}
+ run: flutter test integration_test/*.dart -d 2CBBC7F8-8C98-4142-8292-D5833BB30F8F --dart-define=MAILOSAUR_API_KEY=${{ secrets.MAILOSAUR_API_KEY }}
144
working-directory: ./integrationtestapp
145
env:
146
MAILOSAUR_API_KEY: ${{ secrets.MAILOSAUR_API_KEY }}
0 commit comments