Skip to content

Commit 2f8694c

Browse files
update
1 parent 1e968c0 commit 2f8694c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/integration_test/e2e_test.dart

+5-3
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ void main() {
4545
cloud_functions.main();
4646
if (kIsWeb) {
4747
// ignore: avoid_print
48-
print('APP_CHECK_E2E: ${const String.fromEnvironment('GITHUB_ACTIONS')}');
48+
print(
49+
'APP_CHECK_E2E: ${const String.fromEnvironment('GITHUB_ACTIONS')}');
4950
// ignore: do_not_use_environment
50-
if (const String.fromEnvironment('GITHUB_ACTIONS') != 'true' || const String.fromEnvironment('APP_CHECK_E2E') == 'true') {
51-
51+
if (const String.fromEnvironment('GITHUB_ACTIONS') != 'true' ||
52+
// ignore: do_not_use_environment
53+
const String.fromEnvironment('APP_CHECK_E2E') == 'true') {
5254
// Separate test for App Check on web
5355
firebase_app_check.main();
5456
}

0 commit comments

Comments
 (0)