Skip to content

Commit 4e9eeea

Browse files
committed
Use one line comment
1 parent fb4beb1 commit 4e9eeea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ jobs:
7070
working-directory: tests
7171
script: |
7272
sleep 15
73-
flutter test \
74-
integration_test/e2e_test.dart \
75-
--dart-define=CI=true
73+
flutter test integration_test/e2e_test.dart --dart-define=CI=true
7674
7775
ios:
7876
runs-on: macos-latest

0 commit comments

Comments
 (0)