Skip to content

Commit 6d373c0

Browse files
committed
updates
1 parent 87b4b2e commit 6d373c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
emulator:
128128
runs-on: ubuntu-latest
129129
steps:
130-
- name: checkout
130+
- name: Checkout repository
131131
uses: actions/checkout@v4
132132

133133
- name: Setup Flutter
@@ -175,8 +175,8 @@ jobs:
175175
pre-emulator-launch-script: |
176176
sdkmanager --list_installed
177177
script: |
178-
adb devices && adb shell getprop
179178
cd src/serious_python/example/flet_example
179+
ls -la
180180
dart run serious_python:main package app/src -p Android -r flet -r --pre
181181
flutter test integration_test -d emulator-5554
182182

0 commit comments

Comments
 (0)