File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
- name : build
1
+ name : test
2
2
3
3
on :
4
4
push :
18
18
- run : |
19
19
sudo apt-get update -y
20
20
sudo apt-get install -y ninja-build libgtk-3-dev libappindicator3-dev xvfb
21
+ - uses : bluefireteam/melos-action@v3
21
22
- working-directory : ./packages/window_manager/example
22
23
run : xvfb-run -a flutter test integration_test -v
23
24
integration_test-macos :
28
29
with :
29
30
channel : stable
30
31
flutter-version : " 3.24.3"
32
+ - uses : bluefireteam/melos-action@v3
31
33
# Blocked by https://github.com/flutter/flutter/issues/118469
32
34
# - working-directory: ./packages/window_manager/example
33
35
# run: flutter test integration_test -v
39
41
with :
40
42
channel : stable
41
43
flutter-version : " 3.24.3"
44
+ - uses : bluefireteam/melos-action@v3
42
45
- working-directory : ./packages/window_manager/example
43
46
run : flutter test integration_test -v
You can’t perform that action at this time.
0 commit comments