Skip to content

Commit

Permalink
dev: disable driver test
Browse files Browse the repository at this point in the history
  • Loading branch information
PiTrem authored Dec 7, 2023
1 parent c9a15c8 commit ccaffd3
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,28 @@ jobs:
with:
flutter-version: '3.16.3'
- run: flutter pub get



- run: |
- name: set local properties
run: |
echo "" >> ./android/local.properties
echo flutter.minSdkVersion=21 >> ./android/local.properties
echo flutter.targetSdkVersion=30 >> ./android/local.properties
echo flutter.compileSdkVersion=30 >> ./android/local.properties
- name: test
env:
TEST_INSTANCE_URL: ${{ secrets.TEST_INSTANCE_URL }}
run: |
flutter drive \
[email protected] \
--dart-define=ELN_PASSWORD=@complat \
--dart-define=ELN_URL=$TEST_INSTANCE_URL
--driver=test_driver/integration_test.dart \
--target=integration_test/app_test.dart
# run: |
# flutter packages pub run build_runner build
# flutter drive \
# [email protected] \
# --dart-define=ELN_PASSWORD=@complat \
# --dart-define=ELN_URL=$TEST_INSTANCE_URL
# --driver=test_driver/integration_test.dart \
# --target=integration_test/app_test.dart

- run: |
- name: set key properties
run: |
echo keyPassword=\${{ secrets.KEY_PASSWORD }} > ./android/key.properties
echo storePassword=\${{ secrets.STORE_PASSWORD }} >> ./android/key.properties
echo keyAlias=\${{ secrets.KEY_ALIAS }} >> ./android/key.properties
Expand Down

0 comments on commit ccaffd3

Please sign in to comment.