Tests
This commit is contained in:
parent
8038b26d06
commit
47291b7807
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
cp lib/.env.dart.example lib/.env.dart
|
cp lib/.env.dart.example lib/.env.dart
|
||||||
cp android/app/build.gradle.prod android/app/build.gradle
|
cp android/app/build.gradle.prod android/app/build.gradle
|
||||||
sed -i -e 's/user/medium/g' lib/.env.dart
|
sed -i -e 's/user@/medium@/g' lib/.env.dart
|
||||||
sed -i -e 's/secret/${{secrets.staging_secret}}/g' lib/.env.dart
|
sed -i -e 's/secret/${{secrets.staging_secret}}/g' lib/.env.dart
|
||||||
sed -i -e 's/example.com/${{secrets.staging_url}}/g' lib/.env.dart
|
sed -i -e 's/example.com/${{secrets.staging_url}}/g' lib/.env.dart
|
||||||
echo ${{secrets.firebase_ios}} | base64 --decode > ios/Runner/GoogleService-Info.plist
|
echo ${{secrets.firebase_ios}} | base64 --decode > ios/Runner/GoogleService-Info.plist
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,5 @@ class Config {
|
||||||
static const String TEST_EMAIL = 'user@example.com';
|
static const String TEST_EMAIL = 'user@example.com';
|
||||||
static const String TEST_PASSWORD = 'password';
|
static const String TEST_PASSWORD = 'password';
|
||||||
static const String TEST_URL = 'https://example.com';
|
static const String TEST_URL = 'https://example.com';
|
||||||
static const String TEST_SECRET = '';
|
static const String TEST_SECRET = 'secret';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue