Skip to content

Commit

Permalink
wip: Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Oct 27, 2024
1 parent d0993bb commit dc758d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: test

on:
push:
Expand All @@ -18,6 +18,7 @@ jobs:
- run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev libappindicator3-dev xvfb
- uses: bluefireteam/melos-action@v3
- working-directory: ./packages/window_manager/example
run: xvfb-run -a flutter test integration_test -v
integration_test-macos:
Expand All @@ -28,6 +29,7 @@ jobs:
with:
channel: stable
flutter-version: "3.24.3"
- uses: bluefireteam/melos-action@v3
# Blocked by https://github.com/flutter/flutter/issues/118469
# - working-directory: ./packages/window_manager/example
# run: flutter test integration_test -v
Expand All @@ -39,5 +41,6 @@ jobs:
with:
channel: stable
flutter-version: "3.24.3"
- uses: bluefireteam/melos-action@v3
- working-directory: ./packages/window_manager/example
run: flutter test integration_test -v

0 comments on commit dc758d1

Please sign in to comment.