Skip to content

Commit dc758d1

Browse files
committed
wip: Update test workflow
1 parent d0993bb commit dc758d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: test
22

33
on:
44
push:
@@ -18,6 +18,7 @@ jobs:
1818
- run: |
1919
sudo apt-get update -y
2020
sudo apt-get install -y ninja-build libgtk-3-dev libappindicator3-dev xvfb
21+
- uses: bluefireteam/melos-action@v3
2122
- working-directory: ./packages/window_manager/example
2223
run: xvfb-run -a flutter test integration_test -v
2324
integration_test-macos:
@@ -28,6 +29,7 @@ jobs:
2829
with:
2930
channel: stable
3031
flutter-version: "3.24.3"
32+
- uses: bluefireteam/melos-action@v3
3133
# Blocked by https://github.com/flutter/flutter/issues/118469
3234
# - working-directory: ./packages/window_manager/example
3335
# run: flutter test integration_test -v
@@ -39,5 +41,6 @@ jobs:
3941
with:
4042
channel: stable
4143
flutter-version: "3.24.3"
44+
- uses: bluefireteam/melos-action@v3
4245
- working-directory: ./packages/window_manager/example
4346
run: flutter test integration_test -v

0 commit comments

Comments
 (0)