We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1536e9c commit 44bb844Copy full SHA for 44bb844
.github/workflows/test.yaml
@@ -37,7 +37,11 @@ jobs:
37
with:
38
model: 'iPhone 15'
39
40
- - uses: subosito/flutter-action@v2
+ - name: Set up Flutter
41
+ uses: subosito/flutter-action@v2
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
47
- run: cd example && flutter drive --driver=test_drive/integration_test.dart --target=test/widget_test.dart
0 commit comments