File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,16 @@ jobs:
22
22
with :
23
23
sdk : ${{ matrix.sdk }}
24
24
25
+ - name : Dart version
26
+ run : dart --version
27
+ - name : Flutter version
28
+ run : flutter --version
29
+
25
30
- name : Run hello world
26
31
run : |
27
32
echo "main() { print('hello world'); }" > hello.dart
28
33
dart hello.dart
34
+
29
35
test-dev :
30
36
runs-on : ${{ matrix.os }}
31
37
strategy :
43
49
sdk : ${{ matrix.sdk }}
44
50
version : ${{ matrix.version }}
45
51
52
+ - name : Dart version
53
+ run : dart --version
54
+ - name : Flutter version
55
+ run : flutter --version
56
+
46
57
- name : Run hello world
47
58
run : |
48
59
echo "main() { print('hello world'); }" > hello.dart
61
72
with :
62
73
sdk : ${{ matrix.sdk }}
63
74
75
+ - name : Dart version
76
+ run : dart --version
77
+ - name : Flutter version
78
+ run : flutter --version
79
+
64
80
- name : Global activate + run
65
81
run : |
66
82
dart pub global activate stagehand
You can’t perform that action at this time.
0 commit comments