Skip to content

Commit fda3ea2

Browse files
committed
fix(ci): update test-beta step
1 parent 2131f2a commit fda3ea2

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ jobs:
5050
- name: Flutter version
5151
run: flutter --version
5252

53-
- name: Global activate + run
53+
- name: Run hello world
5454
run: |
55-
dart pub global activate stagehand
56-
mkdir testapp
57-
cd testapp
58-
stagehand console-simple
59-
dart pub get
60-
dart run
55+
echo "main() { print('hello world'); }" > hello.dart
56+
dart hello.dart

0 commit comments

Comments
 (0)