Skip to content

Commit 44bb844

Browse files
committed
fixup! fixup! fixup! run ios test
1 parent 1536e9c commit 44bb844

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ jobs:
3737
with:
3838
model: 'iPhone 15'
3939

40-
- uses: subosito/flutter-action@v2
40+
- name: Set up Flutter
41+
uses: subosito/flutter-action@v2
4142
with:
42-
channel: 'stable'
43+
flutter-version: ${{ env.FLUTTER_VERSION }}
44+
channel: ${{ env.FLUTTER_CHANNEL }}
45+
46+
- run: echo API_KEY=${{ secrets.TEST_API_KEY }} > example/.env
4347
- run: cd example && flutter drive --driver=test_drive/integration_test.dart --target=test/widget_test.dart

0 commit comments

Comments
 (0)